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 class
AbstractEventDispatcher
Abstract implementation ofEventDispatcher
that provides common functionality for dispatching events to registered listeners.class
DirectEventDispatcher
A concrete implementation ofAbstractEventDispatcher
that uses a direct (synchronous) execution model.class
ParallelEventDispatcher
ParallelEventDispatcher
implementation.Methods in io.microsphere.event that return EventDispatcher Modifier and Type Method Description static EventDispatcher
EventDispatcher. newDefault()
The default implementation ofEventDispatcher
static EventDispatcher
EventDispatcher. parallel(java.util.concurrent.Executor executor)
The parallel implementation ofEventDispatcher
with the specifiedExecutor
-