Uses of Interface
io.microsphere.event.EventDispatcher
-
Packages that use EventDispatcher Package Description io.microsphere.event -
-
Uses of EventDispatcher in io.microsphere.event
Classes in io.microsphere.event that implement EventDispatcher Modifier and Type Class Description classAbstractEventDispatcherAbstract implementation ofEventDispatcherthat provides common functionality for dispatching events to registered listeners.classDirectEventDispatcherA concrete implementation ofAbstractEventDispatcherthat uses a direct (synchronous) execution model.classParallelEventDispatcherParallelEventDispatcherimplementation.Methods in io.microsphere.event that return EventDispatcher Modifier and Type Method Description static EventDispatcherEventDispatcher. newDefault()The default implementation ofEventDispatcherstatic EventDispatcherEventDispatcher. parallel(java.util.concurrent.Executor executor)The parallel implementation ofEventDispatcherwith the specifiedExecutor
-