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