class MExpirationHandler |
When a timer expires, this interface is called by the Lightweight timer subsystem.
Public Member Functions | |
---|---|
~MExpirationHandler () | |
void | TimerExpiredL ( TTimerId , TAny *) |
void | TimerExpiredL | ( | TTimerId | aTimerId, |
TAny * | aTimerParam | |||
) | [pure virtual] |
Indicates that a timer has expired.
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. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.