active : boolean Is the Signal active? Only active signals will broadcast dispatched events. Setting this property during
toString() → {string} A string representation of the object. Returns
removeAll(context) Remove all event listeners. Parameters
add(listener, listenerContext, priority, args)
memorize : boolean Memorize the previously dispatched event? If an event has been memorized it is automatically dispatched
remove(listener, context) → {function} Remove a single event listener
getNumListeners() → {integer} Gets the total number of listeners attached to this Signal.
has(listener, context) → {boolean} Check if a specific listener is
halt() Stop propagation of the event, blocking the dispatch to next listener on the queue. This should be called only during
forget() Forget the currently memorized event
Page 1 of 2