ui::event::KeyListener Class Reference

Inheritance diagram for ui::event::KeyListener:

Inheritance graph
[legend]
List of all members.

Detailed Description

Listens for KeyEvents. The appropriate method is called when a KeyEvent is generated.


Public Member Functions

virtual void keyPressed (const KeyEvent &e)=0
virtual void keyReleased (const KeyEvent &e)=0
virtual void keyTyped (const KeyEvent &e)=0


Member Function Documentation

virtual void ui::event::KeyListener::keyPressed const KeyEvent e  )  [pure virtual]
 

Called when a key is pressed.

Parameters:
e KeyEvent describing the event.

virtual void ui::event::KeyListener::keyReleased const KeyEvent e  )  [pure virtual]
 

Called when a key is released.

Parameters:
e KeyEvent describing the event.

virtual void ui::event::KeyListener::keyTyped const KeyEvent e  )  [pure virtual]
 

Called when a key is pressed and released.

Parameters:
e KeyEvent describing the event.


Generated on Mon Jun 20 19:41:58 2005 for UI by doxygen 1.3.1 using KingsTools