API published in: S60 3rd Ed FP 1
Link against: contentlistingframework.lib
Required Capabilities
None
#include <mclfoperationobserver.h>
Client application gets notified when asynchronous operations are completed. For example, ECLFRefreshComplete event is received when the asynchronous refresh operation is compeleted.
Public Member Functions |
|
virtual void | HandleOperationEventL (TCLFOperationEvent aOperationEvent, TInt aError)=0 |
Abstract method to get list model operation events. |
|
Protected Member Functions |
|
virtual | ~MCLFOperationObserver () |
Destructor. |
|
Destructor. |
|
Abstract method to get list model operation events. This method is called when an event is received.
|