TDeltaTimerEntry Class Reference

#include <e32base.h>

class TDeltaTimerEntry
Public Member Functions
TDeltaTimerEntry(const TCallBack &)
TDeltaTimerEntry()
voidSet(TCallBack &)

Detailed 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.

See also: CDeltaTimer

Constructor & Destructor Documentation

TDeltaTimerEntry ( const TCallBack & )

TDeltaTimerEntry(const TCallBack &aCallback)[inline]

Constructor specifying a general callback.

Parameters
aCallbackThe callback to be called when this timed event entry expires.

TDeltaTimerEntry ( )

TDeltaTimerEntry()[inline]

Default constructor.

Member Function Documentation

Set ( TCallBack & )

voidSet(TCallBack &aCallback)[inline]

Sets the specified callback.

Parameters
aCallbackThe callback to be called when this timed event entry expires.