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
voidHandleAlertToneListCompletedL(MDesCArray *)
voidHandleError(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 *)

voidHandleAlertToneListCompletedL(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 * aToneListArray containing the path names of the tones found. The ownership of the array is transferred to the observer.

HandleError(TInt)

voidHandleError(TIntaError)[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 aErrorSystem wide error code.