FChannelEventMixin<TData, TEvent extends FChannelEventData<TData>> mixin

Implemented types

Properties

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

Methods

addHandler(FEventChannelCallback<TData, TEvent> cb) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(FExecutionContext executionContext, TEvent event) Future<void>
onAddFirstHandler() → void
onRemoveLastHandler() → void
removeHandler(FEventChannelCallback<TData, TEvent> cb) → void
override
toString() String
A string representation of this object.
inherited

Operators

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