DisplayListSignalsMixin mixin

A mixin that provides signals for objects added or removed from the display list.

Mixin Applications

Properties

$onAdded Signal?
(Internal)
getter/setter pair
$onAddedToStage Signal?
(Internal)
getter/setter pair
$onRemoved Signal?
(Internal)
getter/setter pair
$onRemovedFromStage Signal?
(Internal)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onAdded Signal
Returns the Signal that is triggered when an object is added to the display list.
no setter
onAddedToStage Signal
Returns the Signal that is triggered when an object is added to the stage.
no setter
onRemoved Signal
Returns the Signal that is triggered when an object is removed from the display list.
no setter
onRemovedFromStage Signal
Returns the Signal that is triggered when an object is removed from the stage.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$disposeDisplayListSignals() → void
Removes all registered listeners and frees all display list signals.
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