Interface EventListener
- All Known Subinterfaces:
EventListener0
,EventListener1<T>
,EventListener2<T0,T1>
,EventListener3<T0,T1,T2>
public interface EventListener
An event listener which is notified when events occur. This base interface contains no
definitions, serving as a grouping mechanism for subclasses.