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.SmoothMoverListener
public void moveModified(SmoothMover source, double start, double end)
moveModified
in interface SmoothMover.SmoothMoverListener
public void moveEnded(SmoothMover source, double value)
moveEnded
in interface SmoothMover.SmoothMoverListener
public void valueChanged(SmoothMover source, double newValue, int pourcent)
valueChanged
in interface SmoothMover.SmoothMoverListener