public class NativeKeyAdapter extends Object implements NativeKeyListener
Constructor and Description |
---|
NativeKeyAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
nativeKeyPressed(NativeKeyEvent nativeEvent)
Invoked when a key has been pressed.
|
void |
nativeKeyReleased(NativeKeyEvent nativeEvent)
Invoked when a key has been released.
|
void |
nativeKeyTyped(NativeKeyEvent nativeEvent)
Invoked when a key has been typed.
|
public void nativeKeyTyped(NativeKeyEvent nativeEvent)
NativeKeyListener
nativeKeyTyped
in interface NativeKeyListener
nativeEvent
- the native key event.public void nativeKeyPressed(NativeKeyEvent nativeEvent)
NativeKeyListener
nativeKeyPressed
in interface NativeKeyListener
nativeEvent
- the native key event.public void nativeKeyReleased(NativeKeyEvent nativeEvent)
NativeKeyListener
nativeKeyReleased
in interface NativeKeyListener
nativeEvent
- the native key event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.