public interface MotionListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()
The motion is cancelled. 
 | 
void | 
start(int value)
The motion is started. 
 | 
void | 
step(int value)
A new step in the motion. 
 | 
void | 
stop(int value)
The motion is finished. 
 | 
void cancel()
void start(int value)
value - the start value of the motion.void step(int value)
value - the current value of the motion.void stop(int value)
value - the stop value of the motion.