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 KeyListener
public final void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public final void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
Copyright © 2015–2021 Fiji. All rights reserved.