SpringListener class abstract

Implementers

Constructors

SpringListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSpringActivate(Spring spring) → void
called whenever the spring leaves its resting state @param spring the spring that has left its resting state
onSpringAtRest(Spring spring) → void
called whenever the spring achieves a resting state @param spring the spring that's now resting
onSpringEndStateChange(Spring spring) → void
called whenever the spring notifies of displacement state changes @param spring the spring whose end state has changed
onSpringUpdate(Spring spring) → void
called whenever the spring is updated @param spring the Spring sending the update
toString() String
A string representation of this object.
inherited

Operators

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