MFolderItemObserver Class Reference

class MFolderItemObserver

The RFolderItem observer interface.

Library: FeedsEngine.lib

Since
3.1
Public Member Functions
void FolderItemChanged ()
void FolderItemRequestCompleted ( TInt , CRequestHandler::TRequestHandlerType)

Member Functions Documentation

FolderItemChanged()

void FolderItemChanged ( ) [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)

void FolderItemRequestCompleted ( TInt aStatus,
CRequestHandler::TRequestHandlerType aRequestType = CRequestHandler::ENone
) [pure virtual]

Notifies the observer that the request is completed.

Since
3.1

Parameters

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