Adds an event handler that will be invoked upon signal dispatch.
The handler to invoke on signal dispatch.
Optionaloptions: SignalOptionsOptions for changing listening behavior.
Unsubscribe - Returns a method where, when invoked, will remove the handler. If the handler has already been removed, Unsubscribe will do nothing.
Returns true if this signal has no handlers.