MExpirationHandler Class Reference

class MExpirationHandler

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

Public Member Functions
~MExpirationHandler()
voidTimerExpiredL(TTimerId, TAny *)

Constructor & Destructor Documentation

~MExpirationHandler()

~MExpirationHandler()[inline, virtual]

Member Functions Documentation

TimerExpiredL(TTimerId, TAny *)

voidTimerExpiredL(TTimerIdaTimerId,
TAny *aTimerParam
)[pure virtual]

Indicates that a timer has expired.

Parameters

TTimerId aTimerIdIdentifies the expired timer
TAny * aTimerParamUser 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.