MMPXHarvesterUtilityObserver Class Reference

class MMPXHarvesterUtilityObserver

Observer to the harvester utility, for async calls

mpxharvesterutility.lib

Member Functions Documentation

HandleDeleteCompletedL(TInt)

voidHandleDeleteCompletedL(TIntaErr)[pure virtual]

Callback from method MMPXHarvesterUtility::DeleteFilesL(). Handle file delete completion.

Since
S60 3.0

Parameters

TInt aErrerror code for the operation

HandleFileAddCompletedL(CMPXMedia *, TInt)

voidHandleFileAddCompletedL(CMPXMedia *aMedia,
TIntaErr
)[pure virtual]

Callback from method MMPXHarvesterUtility:: AddFileL(). Handle asynchronous file addition by file name, observer assumes ownership of aMedia.

Since
S60 3.0

Parameters

CMPXMedia * aMediamedia object containing the media details of the file aMedia is NULL if aErr != KErrNone
TInt aErrerror code for the operation

HandleFileGetMediaCompletedL(CMPXMedia *, TInt)

voidHandleFileGetMediaCompletedL(CMPXMedia *aMedia,
TIntaErr
)[pure virtual]

Callback from method MMPXHarvesterUtility::GetMediaForFileL(). Handle asynchronous media creation by file name, observer assumes ownership of aMedia.

Since
S60 3.0

Parameters

CMPXMedia * aMediamedia object containing the media details of the file aMedia is NULL if aErr != KErrNone
TInt aErrerror code for the operation

HandleFileImportCompletedL(CMPXMedia *, TInt)

voidHandleFileImportCompletedL(CMPXMedia *aMedia,
TIntaErr
)[pure virtual]

Callback from method MMPXHarvesterUtility::ImportFileL(). Handle file import completion.

Since
S60 3.0

Parameters

CMPXMedia * aMediamedia object containing the media details of the file aMedia is NULL if aErr != KErrNone
TInt aErrerror code for the operation

HandlePlaylistExportCompletedL(CMPXMedia *, TInt)

voidHandlePlaylistExportCompletedL(CMPXMedia *aMedia,
TIntaErr
)[pure virtual]

Callback from method MMPXHarvesterUtility::ExportPlaylistL(). Handles completion of playlist export. observer assumed ownership of aMedia.

Since
S60 3.0

Parameters

CMPXMedia * aMediamedia object containing the playlist aMedia is NULL if aErr != KErrNone
TInt aErrerror code for the operation

HandlePlaylistImportCompletedL(CMPXMedia *, TInt)

voidHandlePlaylistImportCompletedL(CMPXMedia *aMedia,
TIntaErr
)[pure virtual]

Callback from method MMPXHarvesterUtility::ImportPlaylist(). Handles completion of playlist import.

Since
S60 3.0

Parameters

CMPXMedia * aMediamedia parsed from the playlist file, observer assumes ownership of this media aMedia is NULL if the aErr != KErrNone
TInt aErrerror code for the operation