MProEngAlertToneSeekerObserver Class Reference

Link against: ProfileEngine.lib

Capability Information

Required Capabilities

WriteDeviceData

Exceptions

No capabilities needed for reading profiles.


#include <
MProEngAlertToneSeekerObserver.h>

Detailed Description

Interface to get the list of the alert tones from
MProEngAlertToneSeeker.
Dll ProfileEngine.lib
Since:
Series 60 3.1

Public Member Functions

virtual void HandleAlertToneListCompletedL (MDesCArray *aToneList)=0
 Abstract method to get notification when the MProEngAlertToneSeeker has completed the list of alert tones.
virtual void HandleError (TInt aError)=0
 Abstract method for handling errors in alert tone list creation process.

Protected Member Functions

virtual ~MProEngAlertToneSeekerObserver ()
 Destructor.

Constructor & Destructor Documentation

virtual MProEngAlertToneSeekerObserver::~MProEngAlertToneSeekerObserver  )  [inline, protected, virtual]
 

Destructor.


Member Function Documentation

virtual void MProEngAlertToneSeekerObserver::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:
aToneList Array containing the path names of the tones found. The ownership of the array is transferred to the observer.
virtual void MProEngAlertToneSeekerObserver::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:
aError System wide error code.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top