UIQ Technology
 Developer Library

UIQ 3 SDK

UIQ developer portal

FEEDBACK 

[Index] [Spacer] [Previous] [Next]



Location: QikMediaFolderChangeNotifier.h

Class MQikMediaFolderChangeNotifierObserver

class MQikMediaFolderChangeNotifierObserver;

Description

Interface for observers interested in changes to media folders and external drives.

The MQikMediaFolderChangeNotifierObserver interface is to be implemented by observer classes interested in notifications of file or directory state changes of media folders. Notifications can also be requested for changes to external drives. That is when inserting and removing external drives.

The notifier class CQikMediaFolderChangeNotifier itself must be created and started by calling the methods CQikMediaFolderChangeNotifier::NewL() and CQikMediaFolderChangeNotifier::Start(). See the notifier class for further details.

Members

Defined in MQikMediaFolderChangeNotifierObserver:
NewDiskStateL(), StructureChangedL()

See also:


Member functions


NewDiskStateL()

virtual TBool NewDiskStateL(const TDriveNumber &aDrive)=0;

Description

Parameters

const TDriveNumber &aDrive

Return value

TBool


StructureChangedL()

virtual TBool StructureChangedL(const TDriveNumber &aDrive, TDesC &aMimeType)=0;

Description

Parameters

const TDriveNumber &aDrive

TDesC &aMimeType

Return value

TBool

Terms and conditions of use of the material