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

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

Uses of EventListenerRegistration in org.omnaest.utils.events
 

Methods in org.omnaest.utils.events that return EventListenerRegistration
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistration.addEventListener(EventListener<EVENT,RESULT> listener)
          Adds a new EventListener to the handler.
 EventListenerRegistration<EVENT,RESULT> EventProducer.getEventListenerRegistration()
          Offers the EventListenerRegistration to register EventListener to this instance.
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistration.removeEventListener(EventListener<EVENT,RESULT> listener)
          Removes a given EventListener instance from the handler.
 

Methods in org.omnaest.utils.events with parameters of type EventListenerRegistration
 EventManagerConnector<EVENT,RESULT> EventManagerConnector.disconnectFrom(EventListenerRegistration<EVENT,RESULT> eventListenerRegistration)
           
 void EventListenerBasic.handleEventSilently(EVENT parameter, EventListenerRegistration<EVENT,RESULT> listenerRegistration)
           
 EventManagerConnector<EVENT,RESULT> EventManagerConnector.listenTo(EventListenerRegistration<EVENT,RESULT> eventListenerRegistration)
           
<OTHER_EVENT,OTHER_RESULT>
EventManagerConnector<EVENT,RESULT>
EventManagerConnector.listenTo(EventListenerRegistration<OTHER_EVENT,OTHER_RESULT> eventListenerRegistration, EventListenerAdapter<OTHER_EVENT,OTHER_RESULT,EVENT,RESULT> listenerAdapter)
          Connects the current EventManager to the EventListenerRegistration from another EventManager instance.
 

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

Classes in org.omnaest.utils.events.concrete that implement EventListenerRegistration
 class EventListenerRegistrationImpl<EVENT,RESULT>
          Registration for EventListener instances.
 

Fields in org.omnaest.utils.events.concrete declared as EventListenerRegistration
protected  EventListenerRegistration<EVENT,RESULT> EventManagerImpl.eventListenerRegistration
           
 

Fields in org.omnaest.utils.events.concrete with type parameters of type EventListenerRegistration
protected  Map<EventListenerRegistration<?,?>,EventListener<?,?>> EventManagerConnectorImpl.connectedListenerRegistrationToListenerMap
           
 

Methods in org.omnaest.utils.events.concrete that return EventListenerRegistration
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistrationImpl.addEventListener(EventListener<EVENT,RESULT> listener)
          Adds a new EventListener to the handler.
 EventListenerRegistration<EVENT,RESULT> EventManagerImpl.getEventListenerRegistration()
           
 EventListenerRegistration<EVENT,RESULT> EventListenerRegistrationImpl.removeEventListener(EventListener<EVENT,RESULT> listener)
          Removes a given EventListener instance from the handler.
 

Methods in org.omnaest.utils.events.concrete with parameters of type EventListenerRegistration
 EventManagerConnector<EVENT,RESULT> EventManagerConnectorImpl.disconnectFrom(EventListenerRegistration eventListenerRegistration)
           
 EventManagerConnector<EVENT,RESULT> EventManagerConnectorImpl.listenTo(EventListenerRegistration<EVENT,RESULT> eventListenerRegistration)
           
<OTHER_EVENT,OTHER_RESULT>
EventManagerConnector<EVENT,RESULT>
EventManagerConnectorImpl.listenTo(EventListenerRegistration<OTHER_EVENT,OTHER_RESULT> eventListenerRegistration, EventListenerAdapter<OTHER_EVENT,OTHER_RESULT,EVENT,RESULT> eventListenerAdapter)
           
 



Copyright © 2013. All Rights Reserved.