protected class AbstractTool.KeyProxy extends Object implements KeyListener
| Modifier and Type | Field and Description |
|---|---|
protected KeyListener |
listener |
| Constructor and Description |
|---|
KeyProxy(KeyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
protected KeyListener listener
public KeyProxy(KeyListener listener)
public final void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic final void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic final void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerCopyright © 2015–2021 Fiji. All rights reserved.