Engine.getSignalsForEvent

Returns all the signal handlers responsible for handling the type of Event provided

class Engine
getSignalsForEvent

Parameters

e Event

the Event type to match to

Return Value

Type: Signal[]

A Signal[] containing each handler registered to handle type <code>e</code>

Meta