EventHandlerStore class

Constructors

EventHandlerStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getHandlersFor<TEvent>() Set<EventHandler<TEvent>>
Returns all registered EventHandler's for TEvent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<TEvent>(EventHandler<TEvent> handler) → void
Registers the handler to a given TEvent.
toString() String
A string representation of this object.
inherited
unregister<TEvent>(EventHandler<TEvent> handler) → void
Unregisters the given handler.

Operators

operator ==(Object other) bool
The equality operator.
inherited