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()
ObservesTypeListener Guice driven type listener which scans for the @Observes annotations.
ObservesTypeListener.ContextObserverMethodInjector<I,T> Injection listener to handle the observation manager registration.
 

Enum Summary
EventThread Observes annotation parameter specifying which thread the annotated method will be called from.
 

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



Copyright © 2012. All Rights Reserved.