Location:
QikMediaFolderChangeNotifier.h
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:
virtual TBool NewDiskStateL(const TDriveNumber &aDrive)=0;
Description
Parameters
Return value
virtual TBool StructureChangedL(const TDriveNumber &aDrive, TDesC &aMimeType)=0;
Description
Parameters
Return value