public class NativeMouseAdapter extends Object implements NativeMouseListener
Constructor and Description |
---|
NativeMouseAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
nativeMouseClicked(NativeMouseEvent nativeEvent)
Invoked when a mouse button has been clicked (pressed and released)
without being moved.
|
void |
nativeMousePressed(NativeMouseEvent nativeEvent)
Invoked when a mouse button has been pressed
|
void |
nativeMouseReleased(NativeMouseEvent nativeEvent)
Invoked when a mouse button has been released
|
public void nativeMouseClicked(NativeMouseEvent nativeEvent)
NativeMouseListener
nativeMouseClicked
in interface NativeMouseListener
nativeEvent
- the native mouse event.public void nativeMousePressed(NativeMouseEvent nativeEvent)
NativeMouseListener
nativeMousePressed
in interface NativeMouseListener
nativeEvent
- the native mouse event.public void nativeMouseReleased(NativeMouseEvent nativeEvent)
NativeMouseListener
nativeMouseReleased
in interface NativeMouseListener
nativeEvent
- the native mouse event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.