C
D
E
H
I
O
R
E
- emit(io.v47.events.EventKey,T) - function in io.v47.events.DefaultEventEmitter
- Emits the event identified by the event key with the specified payload
- emit(io.v47.events.EventKey,kotlin.jvm.functions.Function0) - function in io.v47.events.DefaultEventEmitter
- Emits the event identified by the event with the payload created by the specified builder.
- emit(io.v47.events.EventKey,T) - function in io.v47.events.EventEmitter
- Emits the event identified by the event key with the specified payload
- emit(io.v47.events.EventKey,kotlin.jvm.functions.Function0) - function in io.v47.events.EventEmitter
- Emits the event identified by the event with the payload created by the specified builder.
- emitBlocking(io.v47.events.EventEmitter,io.v47.events.EventKey,T,kotlin.coroutines.CoroutineContext) - function in io.v47.events.EventsKt
- Emits the event identified by the specified key with the payload in a blocking fashion.
- EventEmitter - class in io.v47.events
- The event emitter asynchronously calls the listeners for the specified event key and provides the specified payload to them.
- EventKey - class in io.v47.events
- The event key is used to uniquely identify an event that is emitted by the event emitter.
- EventsKt - class in io.v47.events