onDispatchingStarted

protected void onDispatchingStarted(SignalId signal)

Called before the dispatching of the signal with the passed ID is started.

Descendants may override this method and define their own logic on handling the dispatching lifecycle.

Parameters

signal

the ID of the signal being dispatched

See also