org.zaval.lw.event
Interface LwKeyListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LwButton, LwCheckbox, LwCombo, LwFocusManager, LwList, LwNotebook, LwSlider, LwTextField, LwGrid, LwTree

public interface LwKeyListener
extends java.util.EventListener

This is listener interface to receive light weight key events.


Method Summary
 void keyPressed(LwKeyEvent e)
          Invoked when a key has been pressed.
 void keyReleased(LwKeyEvent e)
          Invoked when a key has been released.
 void keyTyped(LwKeyEvent e)
          Invoked when a key has been typed.
 

Method Detail

keyPressed

public void keyPressed(LwKeyEvent e)
Invoked when a key has been pressed.
Parameters:
e - the specified key event.

keyReleased

public void keyReleased(LwKeyEvent e)
Invoked when a key has been released.
Parameters:
e - the specified key event.

keyTyped

public void keyTyped(LwKeyEvent e)
Invoked when a key has been typed.
Parameters:
e - the specified key event.


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org