Package io.microsphere.event
-
Interface Summary Interface Description ConditionalEventListener<E extends Event> AnEventListenerextending the conditional feature thatdecidessomeeventis handled or not by current listener.EventDispatcher EventDispatcherEventListener<E extends Event> Listenable<E extends EventListener<?>> Event Listenable -
Class Summary Class Description AbstractEventDispatcher The abstractEventDispatcherproviders the common implementation.DirectEventDispatcher DirectEventDispatcherimplementation uses current thread execution modelEvent An event object is based on the Java standardeventGenericEvent<S> GenericeventGenericEventListener An abstract class ofEventListenerfor Generic events, the sub class could add moreeventhandle methods, rather than only binds theEventListener.onEvent(Event)method that is declared to befinalthe implementation can't override.ParallelEventDispatcher ParallelEventDispatcherimplementation.