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 &)
voidRelease()
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 & aValuerefrerence 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 & aStringreference 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 & aStringreference to an 16-bit descriptor of the key

Release()

voidRelease()[pure virtual]

Release the observer