has(listener, context) → {boolean} Check if a specific listener is
dispatch(params) Dispatch / broadcast the event to all listeners. To create an instance-bound dispatch
dispose() Dispose the signal - no more events can be dispatched. This removes all event listeners and clears references to external
addOnce(listener, listenerContext, priority, args)
Page 2 of 2