MCLFOperationObserver Class Reference
#include
<mw/MCLFOperationObserver.h>
Link against: ContentListingFramework.lib
class MCLFOperationObserver |
Detailed Description
Operation Observer is for observing operation events of the Content Listing Framework. Client application gets notified when asynchronous operations are completed. For example, ECLFRefreshComplete event is received when the asynchronous refresh operation is compeleted.
Constructor & Destructor Documentation
~MCLFOperationObserver ( )
~MCLFOperationObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
HandleOperationEventL ( TCLFOperationEvent, TInt )
Abstract method to get list model operation events. This method is called when an event is received.
- Since
- S60 3.1
Parameter | Description | aOperationEvent | Operation event code of the event |
aError | System wide error code if the operation did not succeed. |