Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

OsclTimerObserver Class Reference

#include <oscl_timer.h>


Public Methods

virtual void TimeoutOccurred (int32 timerID, int32 timeoutInfo)=0
virtual ~OsclTimerObserver ()


Detailed Description

The observer class to receive timeout callbacks


Constructor & Destructor Documentation

virtual OsclTimerObserver::~OsclTimerObserver   [inline, virtual]
 


Member Function Documentation

virtual void OsclTimerObserver::TimeoutOccurred int32    timerID,
int32    timeoutInfo
[pure virtual]
 

This function will be called when the timer associated with this observer is executed

Parameters:
timerID  The ID given at timer request.
timeoutInfo  Any extra info given at timer request.


The documentation for this class was generated from the following file:
OSCL API
Posting Version: OPENCORE_20090310