SpringLooper class abstract

The spring looper is an interface for implementing platform-dependent run loops.

Constructors

SpringLooper()

Properties

hashCode int
The hash code for this object.
no setterinherited
mSpringSystem BaseSpringSystem?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSpringSystem(BaseSpringSystem springSystem) → void
Set the BaseSpringSystem that the SpringLooper will call back to. @param springSystem the spring system to call loop on.
start() → void
The BaseSpringSystem has requested that the looper begins running this {@link Runnable} on every frame. The {@link Runnable} will continue running on every frame until {@link #stop()} is called. If an existing {@link Runnable} had been started on this looper, it will be cancelled.
stop() → void
The looper will no longer run the {@link Runnable}.
toString() String
A string representation of this object.
inherited

Operators

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