Package roboguice.event

Interface Summary
EventListener<T> Interface for registering functionality with the EventManager.
 

Class Summary
EventManager Manager class handling the following: Registration of event observing methods: registerObserver() unregisterObserver() clear() Raising Events: fire() notifyWithResult()
EventManager.NullEventManager  
EventManager.ObserverMethodListener<T>  
ObservesTypeListener Guice driven type listener which scans for the @Observes annotations.
ObservesTypeListener.ContextObserverMethodInjector<I> Injection listener to handle the observation manager registration.
 

Annotation Types Summary
Observes Parameter annotation to bind a given method and parameter to an event raised through the EventManager.fire() method.
 



Copyright © 2011. All Rights Reserved.