public class MotionListenerAdapter extends Object implements MotionListener
MotionListener.| Constructor and Description |
|---|
MotionListenerAdapter() |
| 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.
|
public void cancel()
MotionListenercancel in interface MotionListenerpublic void start(int value)
MotionListenerstart in interface MotionListenervalue - the start value of the motion.public void step(int value)
MotionListenerstep in interface MotionListenervalue - the current value of the motion.public void stop(int value)
MotionListenerstop in interface MotionListenervalue - the stop value of the motion.