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