-
public final class AsyncEventEmitter<EventHandlerType extends Object> extends EventEmitter<EventHandlerType>
-
-
Constructor Summary
Constructors Constructor Description AsyncEventEmitter(ExecutorService executor)
-
Method Summary
Modifier and Type Method Description final UnitfireEventAsync(Function1<EventHandlerType, Unit> event)-
Methods inherited from class org.jitsi.utils.event.AsyncEventEmitter
addHandler, fireEventSync, removeHandler -
Methods inherited from class org.jitsi.utils.event.EventEmitter
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AsyncEventEmitter
AsyncEventEmitter(ExecutorService executor)
-
-
Method Detail
-
fireEventAsync
final Unit fireEventAsync(Function1<EventHandlerType, Unit> event)
-
-
-
-