public abstract static class StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
extends java.lang.Object
Constructor and Description |
---|
ShortcutKeyListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onKeyDown(int keycode,
int repeatCount,
StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent event)
This method would be called on shortcut key down
|
void |
onKeyUp(int keycode,
int repeatCount,
StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent event)
This method would be called on shortcut key up
|
public abstract void onKeyDown(int keycode, int repeatCount, StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent event)
public void onKeyUp(int keycode, int repeatCount, StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent event)