FullEventListener class abstract

You can directly extends RawEventDispatcher and define your own lifecycle.

Implemented types

Constructors

FullEventListener()

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

dispatchEvent(Token eventType, String? eventFlag, String stateName, Context? context) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCondition(String eventFlag) bool
onConditionInclude(String eventFlag) bool
onRuleMatched(String stateName, Context context, {String? enter, String? leave}) → void
onRuleMissed(String ruleMissedFlag) → void
onRuleWillStart(String ruleStartFlag) → void
onStateWillEnd(String stateName) → void
onStateWillRestart(String stateName) → void
onStateWillStart(String stateName) → void
toString() String
A string representation of this object.
inherited

Operators

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