EventManager class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
listeners
↔ Map<
Type, List< EventListener< >ArtifactEvent> > -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
callEvent(
ArtifactEvent event) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerListeners(
Object instance) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterAll(
) → void -
unregisterAllListeningOn(
Type eventType) → void -
unregisterListeners(
Object instance) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → EventManager
-
no setter