EventHandler<Tstate extends Object, Tevent> class abstract

Constructors

EventHandler()

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

call(Tevent event) FutureOr<void>
callWhen(Tstate state) bool
Decide if this EventHandler can be called based on the current state.
dispatch(Object event) → void
getState() → Tstate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState(Tstate state) → void
toString() String
A string representation of this object.
inherited

Operators

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