public static interface Wheel.WheelListener
Modifier and Type | Method and Description |
---|---|
void |
press(Wheel widget)
The specified button has been pressed.
|
void |
release(Wheel widget)
The specified button has been released.
|
void |
turnBackward(Wheel widget,
int step)
The specified wheel has been turned backward.
|
void |
turnForward(Wheel widget,
int step)
The specified wheel has been turned forward.
|
void press(Wheel widget)
widget
- the turned wheel.void release(Wheel widget)
widget
- the turned wheel.void turnBackward(Wheel widget, int step)
widget
- the turned wheel.step
- the new step of the wheel.void turnForward(Wheel widget, int step)
widget
- the turned wheel.step
- the new step of the wheel.