MProEngAlertToneSeekerObserver Class Reference

API published in: S60 3rd Ed FP 1

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.

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.

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.

Parameters:
aError  System wide error code.

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

Copyright © Nokia Corporation 2001-2008
Back to top