CRadioEventHandler Class Reference

class CRadioEventHandler : public CActive

Implements active object for spontaneous event.

RadioSession.lib
Since
Series 60 3.0

Inherits from

Constructor & Destructor Documentation

CRadioEventHandler(MRadioObserver &, RRadioSession &, TUint)

CRadioEventHandler ( MRadioObserver & aObserver,
RRadioSession & aSession,
TUint aKey
) [private]

C++ default constructor.

Parameters

MRadioObserver & aObserver
RRadioSession & aSession
TUint aKey

~CRadioEventHandler()

~CRadioEventHandler ( ) [virtual]

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

DoCancel()

void DoCancel ( ) [private, virtual]

From CActive Cancel outstanding request

NewLC(MRadioObserver &, RRadioSession &, TUint)

CRadioEventHandler * NewLC ( MRadioObserver & aObserver,
RRadioSession & aSession,
TUint aKey
) [static]

Two-phased constructor.

Parameters

MRadioObserver & aObserver
RRadioSession & aSession
TUint aKey

RunL()

void RunL ( ) [private, virtual]

From CActive Implementation of CActive::RunL . Called when server request has completed.

Member Data Documentation

TUint iKey

TUint iKey [private]

MRadioObserver & iObserver

MRadioObserver & iObserver [private]

RProperty iProperty

RProperty iProperty [private]

RRadioSession & iSession

RRadioSession & iSession [private]