public static class SmoothMover.SmoothMoverAdapter extends java.lang.Object implements SmoothMover.SmoothMoverListener
| Constructor and Description |
|---|
SmoothMover.SmoothMoverAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
moveEnded(SmoothMover source,
double value) |
void |
moveModified(SmoothMover source,
double start,
double end) |
void |
moveStarted(SmoothMover source,
double start,
double end) |
void |
valueChanged(SmoothMover source,
double newValue,
int pourcent) |
public SmoothMover.SmoothMoverAdapter()
public void moveStarted(SmoothMover source, double start, double end)
moveStarted in interface SmoothMover.SmoothMoverListenerpublic void moveModified(SmoothMover source, double start, double end)
moveModified in interface SmoothMover.SmoothMoverListenerpublic void moveEnded(SmoothMover source, double value)
moveEnded in interface SmoothMover.SmoothMoverListenerpublic void valueChanged(SmoothMover source, double newValue, int pourcent)
valueChanged in interface SmoothMover.SmoothMoverListener