GestureArenaMember class abstract

Represents an object participating in an arena.

Receives callbacks from the GestureArena to notify the object when it wins or loses a gesture negotiation. Exactly one of acceptGesture or rejectGesture will be called for each arena this member was added to, regardless of what caused the arena to be resolved. For example, if a member resolves the arena itself, that member still receives an acceptGesture callback.

Implementers

Constructors

GestureArenaMember()

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

acceptGesture(int pointer) → void
Called when this member wins the arena for the given pointer id.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rejectGesture(int pointer) → void
Called when this member loses the arena for the given pointer id.
toString() String
A string representation of this object.
inherited

Operators

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