MFolderItemObserver Class Reference

class MFolderItemObserver

The RFolderItem observer interface.

Library: FeedsEngine.lib

Since
3.1
Public Member Functions
voidFolderItemChanged()
voidFolderItemRequestCompleted(TInt, CRequestHandler::TRequestHandlerType)

Member Functions Documentation

FolderItemChanged()

voidFolderItemChanged()[pure virtual]

Notifies the observer that the FolderItem has changed. The client should request an updated copy from the server.

Since
3.1

FolderItemRequestCompleted(TInt, CRequestHandler::TRequestHandlerType)

voidFolderItemRequestCompleted(TIntaStatus,
CRequestHandler::TRequestHandlerTypeaRequestType = CRequestHandler::ENone
)[pure virtual]

Notifies the observer that the request is completed.

Since
3.1

Parameters

TInt aStatusThe result code of the request.
CRequestHandler::TRequestHandlerType aRequestType = CRequestHandler::ENone