swingwt.awt.event
Interface KeyListener

All Superinterfaces:
EventListener, java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster, KeyAdapter

public interface KeyListener
extends EventListener


Method Summary
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 

Method Detail

keyTyped

public void keyTyped(KeyEvent e)

keyPressed

public void keyPressed(KeyEvent e)

keyReleased

public void keyReleased(KeyEvent e)