NyEventCallbackListener class
- Inheritance
-
- Object
- NyListener
- NyEventCallbackListener
Constructors
- NyEventCallbackListener.new(dynamic callback(Map? data))
Properties
- callback → dynamic Function(Map? data)
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldCancel → bool
-
no setter
Methods
-
getEvent(
) → NyEvent -
Get the NyEvent that the listener was called from
inherited
-
handle(
Map? event) → Future -
Handle the payload from the event
The
event
argument provides a Map of the dataoverride -
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 frominherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited