CollectiveEvent class
A specialized Tag class that represents events that can occur within a Collective.
CollectiveEvents are used to signal different types of changes to a Collective's elements:
- When elements are added Collective.elementAdded
- When elements are removed Collective.elementRemoved
- When elements are updated Collective.elementUpdated
These events are typically used in conjunction with CollectivePost to propagate notifications about changes to linked cells.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → Symbol
-
The Symbol used to identify this tag
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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