#include <e32base.h>
class TDeltaTimerEntry |
Public Member Functions | |
---|---|
TDeltaTimerEntry(const TCallBack &) | |
TDeltaTimerEntry() | |
void | Set(TCallBack &) |
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.
See also: CDeltaTimer
TDeltaTimerEntry | ( | const TCallBack & | aCallback | ) | [inline] |
Constructor specifying a general callback.
Parameters | |
---|---|
aCallback | The callback to be called when this timed event entry expires. |
void | Set | ( | TCallBack & | aCallback | ) | [inline] |
Sets the specified callback.
Parameters | |
---|---|
aCallback | The callback to be called when this timed event entry expires. |