Uses of Interface
org.omnaest.utils.events.EventListener

Packages that use EventListener
org.omnaest.utils.events   
org.omnaest.utils.events.concrete   
 

Uses of EventListener in org.omnaest.utils.events
 

Classes in org.omnaest.utils.events that implement EventListener
 class EventListenerBasic<EVENT,RESULT>
          Simple abstract implementation of a EventListener which offers several overwritable methods to handle the event.
 

Methods in org.omnaest.utils.events with parameters of type EventListener
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistration.addEventListener(EventListener<EVENT,RESULT> listener)
          Adds a new EventListener to the handler.
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistration.removeEventListener(EventListener<EVENT,RESULT> listener)
          Removes a given EventListener instance from the handler.
 

Uses of EventListener in org.omnaest.utils.events.concrete
 

Fields in org.omnaest.utils.events.concrete with type parameters of type EventListener
protected  Map<EventListenerRegistration<?,?>,EventListener<?,?>> EventManagerConnectorImpl.connectedListenerRegistrationToListenerMap
           
protected  List<EventListener<EVENT,RESULT>> EventManagerImpl.listenerList
           
protected  List<EventListener<EVENT,RESULT>> EventListenerRegistrationImpl.listenerList
           
 

Methods in org.omnaest.utils.events.concrete with parameters of type EventListener
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistrationImpl.addEventListener(EventListener<EVENT,RESULT> listener)
          Adds a new EventListener to the handler.
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistrationImpl.removeEventListener(EventListener<EVENT,RESULT> listener)
          Removes a given EventListener instance from the handler.
 

Constructor parameters in org.omnaest.utils.events.concrete with type arguments of type EventListener
EventListenerRegistrationImpl(List<? extends EventListener<EVENT,RESULT>> listenerList)
           
 



Copyright © 2013. All Rights Reserved.