Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32base.h>

Class TDeltaTimerEntry

class TDeltaTimerEntry;

Description

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.

Members

Defined in TDeltaTimerEntry:

See also:


Construction and destruction


TDeltaTimerEntry(TCallBack &)

inline TDeltaTimerEntry(TCallBack &aCallback);

Description

Constructor specifying a general callback.

Parameters

TCallBack &aCallback

The callback to be called when this timed event entry expires.


TDeltaTimerEntry()

inline TDeltaTimerEntry();

Description

Default constructor.

[Top]


Member functions


Set(TCallBack &)

inline void Set(TCallBack &aCallback);

Description

Sets the specified callback.

Parameters

TCallBack &aCallback

The callback to be called when this timed event entry expires.