HookedServiceEventDispatcher<Id, Data, T extends Service<Id, Data>> class

Can be listened to, but events may be canceled.

Properties

hashCode int
The hash code for this object.
no setterinherited
listeners List<HookedServiceEventListener<Id, Data, T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asStream() Stream<HookedServiceEvent<Id, Data, T>>
Returns a Stream containing all events fired by this dispatcher.
listen(HookedServiceEventListener<Id, Data, T> listener) → void
Registers the listener to be called whenever an event is triggered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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