MProEngAlertToneSeekerObserver Class Reference

#include <mw/MProEngAlertToneSeekerObserver.h>

Link against: ProfileEngine.lib

class MProEngAlertToneSeekerObserver
Public Member Functions
pure virtual voidHandleAlertToneListCompletedL(MDesCArray *)
pure virtual voidHandleError(TInt)
Protected Member Functions
virtual ~MProEngAlertToneSeekerObserver()

Detailed Description

Interface to get the list of the alert tones from MProEngAlertToneSeeker.
Since
Series 60 3.1

Constructor & Destructor Documentation

~MProEngAlertToneSeekerObserver ( )

~MProEngAlertToneSeekerObserver()[protected, inline, virtual]

Destructor.

Member Function Documentation

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
ParameterDescription
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
ParameterDescription
aErrorSystem wide error code.