protected class Wheelswitch.MouseWheelHandler
extends java.lang.Object
implements java.awt.event.MouseWheelListener
| Modifier | Constructor and Description |
|---|---|
protected |
MouseWheelHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseWheelMoved(java.awt.event.MouseWheelEvent e)
Updates the value of the Wheelswitch when UpDownButton is pressed.
|