TEventManagement<EVENT extends Object> class
abstract
Constructors
Properties
- cancelOnStreamError → bool
-
no setter
-
events
→ Set<
EVENT> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDone → VoidCallback?
-
no setter
- onEventError → void Function(Object error, StackTrace stackTrace, EVENT event)?
-
no setter
- onStreamError → void Function(Object error, StackTrace stackTrace)?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
EVENT event) → void -
dispose(
) → FutureOr< void> -
emit(
EVENT event) → void -
emitAsync<
RESULT> (EVENT event) → Future< RESULT> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent(
EVENT event) → TEventHandler< EVENT> -
send(
EVENT event) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited