MProEngAlertToneSeekerObserver Class Reference

class MProEngAlertToneSeekerObserver
Interface to get the list of the alert tones from MProEngAlertToneSeeker . ProfileEngine.lib
Since
Series 60 3.1
Public Member Functions
void HandleAlertToneListCompletedL (MDesCArray *)
void HandleError ( TInt )
Protected Member Functions
~MProEngAlertToneSeekerObserver ()
Private Member Functions
MProEngAlertToneSeekerObserverExt * Extension ()

Constructor & Destructor Documentation

~MProEngAlertToneSeekerObserver()

~MProEngAlertToneSeekerObserver ( ) [protected, inline, virtual]

Destructor.

Member Functions Documentation

Extension()

MProEngAlertToneSeekerObserverExt * Extension ( ) [private, inline, virtual]

This member is internal and not intended for use.

HandleAlertToneListCompletedL(MDesCArray *)

void HandleAlertToneListCompletedL ( MDesCArray * aToneList ) [pure virtual]
Abstract method to get notification when the MProEngAlertToneSeeker has completed the list of alert tones.
Since
Series 60 3.1

Parameters

MDesCArray * aToneList Array containing the path names of the tones found. The ownership of the array is transferred to the observer.

HandleError(TInt)

void HandleError ( TInt aError ) [pure virtual]
Abstract method for handling errors in alert tone list creation process. Also if HandleAlertToneListCompletedL() method leaves, the leave code will be passed to this method.
Since
Series 60 3.1

Parameters

TInt aError System wide error code.