EventManager.isSubscribed

Check whether a receiver class is subscribed to an event.

class EventManager
bool
isSubscribed
(
E
)
if (
isEvent!E
)

Return Value

Type: bool

true if it is subscribed, false otherwise.

Meta