AmKeyPressSink Class Reference

Interface for a sink for KeyPresses. More...

#include <AmDtmfDetector.h>

Inheritance diagram for AmKeyPressSink:

AmDtmfDetector

Public Member Functions

virtual void registerKeyReleased (int event, Dtmf::EventSource source, const struct timeval &start, const struct timeval &stop)=0
virtual void registerKeyPressed (int event, Dtmf::EventSource source)=0

Detailed Description

Interface for a sink for KeyPresses.


Member Function Documentation

virtual void AmKeyPressSink::registerKeyReleased ( int  event,
Dtmf::EventSource  source,
const struct timeval &  start,
const struct timeval &  stop 
) [pure virtual]

Through this method the AmDtmfDetector receives events that was detected by specific detectors.

Parameters:
event code of key pressed
source which detector posted this event
start time when key was pressed
stop time when key was released

virtual void AmKeyPressSink::registerKeyPressed ( int  event,
Dtmf::EventSource  source 
) [pure virtual]

Through this method the AmDtmfDetector receives events that was detected by specific detectors.

Parameters:
event code of key released
source which detector posted this event


The documentation for this class was generated from the following file:
Generated on Fri May 16 12:02:07 2008 for SEMS by  doxygen 1.5.1
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login