MExpirationHandler Class Reference

class MExpirationHandler

When a timer expires, this interface is called by the Lightweight timer subsystem.

Public Member Functions
~MExpirationHandler ()
void TimerExpiredL ( TTimerId , TAny *)

Constructor & Destructor Documentation

~MExpirationHandler()

~MExpirationHandler ( ) [inline, virtual]

Member Functions Documentation

TimerExpiredL(TTimerId, TAny *)

void TimerExpiredL ( TTimerId aTimerId,
TAny * aTimerParam
) [pure virtual]

Indicates that a timer has expired.

Parameters

TTimerId aTimerId Identifies the expired timer
TAny * aTimerParam User specified value which was given when the timer was set. It can be used to identify the timer in case multiple timers are running simultaneously. Value is NULL if the timer was set using CTimerManager::StartL without parameter aTimerParam. Ownership isn't transferred.