Package ai.platon.pulsar.common.event
Class SequentialEventEmitter
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.event.EventEmitter
public final class SequentialEventEmitter<EventType extends Object> extends AbstractEventEmitter<EventType>
-
-
Constructor Summary
Constructors Constructor Description SequentialEventEmitter()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class ai.platon.pulsar.common.event.AbstractEventEmitter
count, emit, emit, emit, emit, emit1, emit1, emit1, emit1, getEventExceptionHandler, getListeners, hasListeners, listeners, listeners, off, off, off, off, off, off1, off1, off1, off1, off1, on, on, on, on, on1, on1, on1, on1, once, once, once, once1, once1, once1, setEventExceptionHandler -
Methods inherited from class ai.platon.pulsar.common.event.EventEmitter
hasNormalListeners, hasSuspendListeners, normalListeners, normalListeners, suspendListeners, suspendListeners -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-