| class TDeltaTimerEntry |
A timed event entry.
An object of this type is added to a queue of timed events, as represented by a CDeltaTimer object. It represents a call back function that is called when the associated timed event expires.
| Public Member Functions | |
|---|---|
| TDeltaTimerEntry (const TCallBack &) | |
| TDeltaTimerEntry () | |
| void | Set ( TCallBack &) |
| Private Attributes | |
|---|---|
| TCallBack | iCallBack |
| TTickCountQueLink | iLink |
| TDeltaTimerEntry | ( | const TCallBack & | aCallback | ) | [inline] |
Constructor specifying a general callback.
| const TCallBack & aCallback | The callback to be called when this timed event entry expires. |
| void | Set | ( | TCallBack & | aCallback | ) | [inline] |
Sets the specified callback.
| TCallBack & aCallback | The callback to be called when this timed event entry expires. |
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.