MCLFProcessObserver Class Reference
#include
<mw/MCLFProcessObserver.h>
Link against: ContentListingFramework.lib
class MCLFProcessObserver |
Detailed Description
Process observer interface for Content Listing Framework. Implement this interface to get notified of process events. These process events are generated when update process of CLF server is started and finished.
Constructor & Destructor Documentation
~MCLFProcessObserver ( )
~MCLFProcessObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
HandleCLFProcessEventL ( TCLFProcessEvent )
Abstract method to handle CLF process event. This method is called when process events are generated.
- Since
- S60 3.1
Parameter | Description | aProcessEvent | The process event that was generated. |