EventDispatcher
Implements a list of registered event callbacks.
Constructors
EventDispatcher
Creates instance of EventDispatcher
.
Params
onRemoveEntryKey
EventCallback<String>
callback triggered when all events from channel entry have been removed (it can also unsubscribe from the channel)
Methods
emit
Emits specified event. It should only be called by event loops.
Params
event
Event<T>
event data to emit
register
Registers new event callback.
Params
channel
String
channel of registered event
type
String
type of registered event
context
Object
ID of registered callback
callback
EventCallback<?>
block of code to call when the specified event has been caught
Returns
boolean
·
true
if the channel is not already subscribed
unbind
Removes all callbacks registered by #register(String, String, Object, EventCallback). It's identified by given Context.
Params
context
Object
callback identifier
unbindAll
Removes all callbacks.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.