Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Examples

LCDCallback Class Reference
[Keys handling]

#include "api/LCDCallback.h"

List of all members.


Detailed Description

To create a new key handler, one should create a derivated class from this one and implement operator ().
Examples:

client.cpp.

Definition at line 60 of file LCDCallback.h.

Public Member Functions

virtual void operator() (KeyEvent lcdKey)=0
 Called when key event occurs.


Member Function Documentation

virtual void operator() KeyEvent  lcdKey  )  [pure virtual]
 

This method should be overrided by classes used to handle key event. It will be called when the key is pressed.

Parameters:
lcdKey The key that was pressed.


Generated on Wed Aug 4 19:39:09 2004 for LCDApi by doxygen 1.3.6