com.threerings.opengl.gui.event
Interface KeyListener

All Superinterfaces:
ComponentListener
All Known Implementing Classes:
PseudoKeys.Unifier

public interface KeyListener
extends ComponentListener

Dispatches key events to listeners on a component.


Method Summary
 void keyPressed(KeyEvent event)
          Dispatched when a key is pressed within the bounds of the target component.
 void keyReleased(KeyEvent event)
          Dispatched when a key is released after having been pressed within the bounds of the target component.
 

Method Detail

keyPressed

void keyPressed(KeyEvent event)
Dispatched when a key is pressed within the bounds of the target component.


keyReleased

void keyReleased(KeyEvent event)
Dispatched when a key is released after having been pressed within the bounds of the target component.