com.jmex.bui.event
Interface KeyListener

All Superinterfaces:
ComponentListener

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.



Copyright © 2008 Michael Bayne. All Rights Reserved.