ControllerSubscriber<T> class mixin

A mixin class that can be used to listen to controller notifications.

This mixin class is used by the ControllerWatcher class to notify listeners when a controller is added or removed.

See also:

Constructors

ControllerSubscriber.new()

Properties

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

Methods

addListener(ControllerSubscriber<T> listener) → void
Adds a listener to the list of listeners.
handleNotification([dynamic value]) → void
Handles notifications received by the subscriber.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(ControllerSubscriber<T> listener) → void
Removes a listener from the list of listeners.
toString() String
A string representation of this object.
inherited

Operators

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