public interface NativeMouseWheelListener extends EventListener
NativeMouseListener.)
The class that is interested in processing a NativeMouseWheelEvent
implements this interface, and the object created with that class is
registered with the GlobalScreen using the
GlobalScreen.addNativeMouseWheelListener(NativeMouseWheelListener)
method. When the NativeMouseWheelEvent occurs, that object's appropriate
method is invoked.
NativeMouseWheelEvent| Modifier and Type | Method and Description |
|---|---|
void |
nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
Invoked when the mouse wheel is rotated.
|
void nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
nativeEvent - the native mouse wheel event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.