NyListener class
Base class for listeners
Constructors
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
-
getEvent(
) → NyEvent - Get the NyEvent that the listener was called from
-
handle(
Map? event) → Future -
Handle the payload from the event
The
event
argument provides a Map of the data event -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEvent(
NyEvent event) → dynamic -
Set the
event
that the listener was called from -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited