| class MMPXHarvesterUtilityObserver |
Observer to the harvester utility, for async calls
mpxharvesterutility.lib
| Public Member Functions | |
|---|---|
| void | HandleDeleteCompletedL ( TInt ) |
| void | HandleFileAddCompletedL ( CMPXMedia *, TInt ) |
| void | HandleFileGetMediaCompletedL ( CMPXMedia *, TInt ) |
| void | HandleFileImportCompletedL ( CMPXMedia *, TInt ) |
| void | HandlePlaylistExportCompletedL ( CMPXMedia *, TInt ) |
| void | HandlePlaylistImportCompletedL ( CMPXMedia *, TInt ) |
| void | HandleDeleteCompletedL | ( | TInt | aErr | ) | [pure virtual] |
Callback from method MMPXHarvesterUtility::DeleteFilesL() . Handle file delete completion.
| TInt aErr | error code for the operation |
| void | HandleFileAddCompletedL | ( | CMPXMedia * | aMedia, |
| TInt | aErr | |||
| ) | [pure virtual] | |||
Callback from method MMPXHarvesterUtility :: AddFileL(). Handle asynchronous file addition by file name, observer assumes ownership of aMedia.
| void | HandleFileGetMediaCompletedL | ( | CMPXMedia * | aMedia, |
| TInt | aErr | |||
| ) | [pure virtual] | |||
Callback from method MMPXHarvesterUtility::GetMediaForFileL() . Handle asynchronous media creation by file name, observer assumes ownership of aMedia.
| void | HandleFileImportCompletedL | ( | CMPXMedia * | aMedia, |
| TInt | aErr | |||
| ) | [pure virtual] | |||
Callback from method MMPXHarvesterUtility::ImportFileL() . Handle file import completion.
| void | HandlePlaylistExportCompletedL | ( | CMPXMedia * | aMedia, |
| TInt | aErr | |||
| ) | [pure virtual] | |||
Callback from method MMPXHarvesterUtility::ExportPlaylistL() . Handles completion of playlist export. observer assumed ownership of aMedia.
| void | HandlePlaylistImportCompletedL | ( | CMPXMedia * | aMedia, |
| TInt | aErr | |||
| ) | [pure virtual] | |||
Callback from method MMPXHarvesterUtility::ImportPlaylist(). Handles completion of playlist import.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.