Package io.v47.events
See: Description
-
Class Summary Class Description DefaultEventEmitter This is the default implementation of an event emitter which can be extended or delegated to. EventsKt -
Interface Summary Interface Description EventKey The event key is used to uniquely identify an event that is emitted by the event emitter. EventEmitter The event emitter asynchronously calls the listeners for the specified event key and provides the specified payload to them.