Package com.ekuefler.supereventbus

Interface Summary
EventRegistration<T> A tagging interface associated with classes capable of handling events.
ExceptionHandler Marks an object as capable of handling exceptions thrown while dispatching events posted on the event bus.
 

Class Summary
DeadEvent A DeadEvent wraps an event that was posted to an EventBus, but for which no subscribers were registered.
EventBus An event bus implementation for GWT that is significantly more powerful than the built-in EventBus.
EventBusAdapter An adapter allowing SuperEventBus to be referenced via GWT's built-in EventBus interface.
 

Exception Summary
EventBusException An exception created when an event handler (a method annotated with Subscribe) fires an exception during a call to EventBus.post(T).
 

Annotation Types Summary
Subscribe Annotates a method as an event handler.
 



Copyright © 2013. All Rights Reserved.