MAiPSPropertyObserver Class Reference

class MAiPSPropertyObserver

It is the interface for handling property change events.

Since
S60 3.2
Public Member Functions
TInt Get ( TInt &)
TInt Get ( TDes8 &)
TInt Get ( TDes16 &)
void Release ()
Protected Member Functions
~MAiPSPropertyObserver ()

Constructor & Destructor Documentation

~MAiPSPropertyObserver()

~MAiPSPropertyObserver ( ) [protected, inline]

Member Functions Documentation

Get(TInt &)

TInt Get ( TInt & aValue ) [pure virtual]

Get the current value of the key.

Since
S60 3.2

Parameters

TInt & aValue refrerence to an integer value of key

Get(TDes8 &)

TInt Get ( TDes8 & aString ) [pure virtual]

Get the current value of the key.

Since
S60 3.2

Parameters

TDes8 & aString reference to an 8-bit descriptor of the key

Get(TDes16 &)

TInt Get ( TDes16 & aString ) [pure virtual]

Get the current value of the key.

Since
S60 3.2

Parameters

TDes16 & aString reference to an 16-bit descriptor of the key

Release()

void Release ( ) [pure virtual]

Release the observer