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