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 classAbstractEventDispatcherThe abstractEventDispatcherproviders the common implementation.classDirectEventDispatcherDirectEventDispatcherimplementation uses current thread execution modelclassParallelEventDispatcherParallelEventDispatcherimplementation.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
-