ListenerController<T> class

默认实现

Mixed in types
Available Extensions

Constructors

ListenerController()

Properties

activeUnits Set<ListenerUnit<T>>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasListener bool
no setterinherited
isCanceled bool
no setterinherited
isDisposed bool
no setterinherited
isPaused bool
no setterinherited
lastData ↔ T?
getter/setter pairinherited
listenFirst bool
no setterinherited
listenUnits Set<ListenerUnit<T>>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldCache bool
no setteroverride
stream SenderStream<T>
no setterinherited

Methods

add(T data) → void
inherited
cancel() → void
inherited
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyClient() → void
inherited
onListen(ListenerUnit<T> child) → void
inherited
onResume() → void
inherited
remove(ListenerUnit<T> unit) → void
inherited
toString() String
A string representation of this object.
inherited
trigger() → void
inherited

Operators

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