Package org.omnaest.utils.events

Interface Summary
EventHandler<EVENT,RESULT> Declares the consumer of events.
EventListener<EVENT,RESULT> Simple listener which allows to handle events.
EventListenerRegistration<EVENT,RESULT>  
EventManager<EVENT,RESULT> The EventManager is the central control unit within a client class which want to fire events.
EventManagerConnector<EVENT,RESULT> Offers methods to connect an EventManager to another EventManager or EventListenerRegistration.
EventProducer<EVENT,RESULT> Interface for classes which allows to register EventListeners at a EventListenerRegistration.
 

Class Summary
EventListenerBasic<EVENT,RESULT> Simple abstract implementation of a EventListener which offers several overwritable methods to handle the event.
 



Copyright © 2013. All Rights Reserved.