Methods
- 
			<private> destroy()
- 
	DescriptionCleans up Details
- 
			on( listener, listenerContext, priority ) → {SignalBinding}
- 
	DescriptionTies a listener to a signal. ParametersName Type Attributes Description listenerfunction The function to call when the signal is raised listenerContextobject <nullable> A context to set for the listener. The event host may set a default for this value, but you may override that here. prioritynumber <nullable> A priority for the listener. ReturnsDetails
- 
			once( listener, listenerContext, priority ) → {SignalBinding}
- 
	DescriptionTies a listener to for a signal for one execution. ParametersName Type Attributes Description listenerfunction The function to call when the signal is raised listenerContextobject <nullable> A context to set for the listener. The event host may set a default for this value, but you may override that here. prioritynumber <nullable> A priority for the listener. ReturnsDetails
- 
			off( listener, listenerContext ) → {function}
- 
	DescriptionUnbinds a listener to a signal. ParametersName Type Attributes Description listenerfunction The function to unbind listenerContextobject <nullable> The context that was bound ReturnsDetails
- 
			has( listener, listenerContext ) → {boolean}
- 
	DescriptionCheck if listener was attached to Signal. ParametersName Type Attributes Description listenerfunction The function to check listenerContextobject <nullable> The context that was bound ReturnsDetails
- 
			toString()
- 
	DescriptionStrings! Details