public class NativeMouseWheelAdapter extends Object implements NativeMouseWheelListener
Constructor and Description |
---|
NativeMouseWheelAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
Invoked when the mouse wheel is rotated.
|
public void nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
NativeMouseWheelListener
nativeMouseWheelMoved
in interface NativeMouseWheelListener
nativeEvent
- the native mouse wheel event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.