SpringSystemListener class abstract

SpringSystemListener provides an interface for listening to events before and after each Physics solving loop the BaseSpringSystem runs.

Constructors

SpringSystemListener()

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
onAfterIntegrate(BaseSpringSystem springSystem) → void
Runs after each pass through the physics integration loop providing an opportunity to do any setup or alterations to the Physics state after integrating. @param springSystem the BaseSpringSystem listened to
onBeforeIntegrate(BaseSpringSystem springSystem) → void
Runs before each pass through the physics integration loop providing an opportunity to do any setup or alterations to the Physics state before integrating. @param springSystem the BaseSpringSystem listened to
toString() String
A string representation of this object.
inherited

Operators

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