public static class MultiSmoothMover.MultiSmoothMoverAdapter extends java.lang.Object implements MultiSmoothMover.MultiSmoothMoverListener
| Constructor and Description |
|---|
MultiSmoothMover.MultiSmoothMoverAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
moveEnded(MultiSmoothMover source,
int index,
double value) |
void |
moveModified(MultiSmoothMover source,
int index,
double start,
double end) |
void |
moveStarted(MultiSmoothMover source,
int index,
double start,
double end) |
void |
valueChanged(MultiSmoothMover source,
int index,
double newValue,
int pourcent) |
public MultiSmoothMover.MultiSmoothMoverAdapter()
public void moveStarted(MultiSmoothMover source, int index, double start, double end)
moveStarted in interface MultiSmoothMover.MultiSmoothMoverListenerpublic void moveModified(MultiSmoothMover source, int index, double start, double end)
moveModified in interface MultiSmoothMover.MultiSmoothMoverListenerpublic void moveEnded(MultiSmoothMover source, int index, double value)
moveEnded in interface MultiSmoothMover.MultiSmoothMoverListenerpublic void valueChanged(MultiSmoothMover source, int index, double newValue, int pourcent)
valueChanged in interface MultiSmoothMover.MultiSmoothMoverListener