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)
NativeMouseListenernativeMouseClicked in interface NativeMouseListenernativeEvent - the native mouse event.public void nativeMousePressed(NativeMouseEvent nativeEvent)
NativeMouseListenernativeMousePressed in interface NativeMouseListenernativeEvent - the native mouse event.public void nativeMouseReleased(NativeMouseEvent nativeEvent)
NativeMouseListenernativeMouseReleased in interface NativeMouseListenernativeEvent - the native mouse event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.