MFeedObserver Class Reference

class MFeedObserver

The RFeed observer interface.

Library: FeedsEngine.lib

Since
3.1
Public Member Functions
void FeedChanged ()
void FeedItemStatusChanged ()
void FeedRequestCompleted ( TInt )

Member Functions Documentation

FeedChanged()

void FeedChanged ( ) [pure virtual]

Notifies the observer that the feed has changed. This method is called when the feed is updated by the feeds server.

Since
3.1

FeedItemStatusChanged()

void FeedItemStatusChanged ( ) [pure virtual]

Notifies the observer that the feed's item status has changed. This method is called when __another__ client updates the feed's item status (via UpdateFeedItemStatusL).

Since
3.1

FeedRequestCompleted(TInt)

void FeedRequestCompleted ( TInt aStatus ) [pure virtual]

Called when the asynchronous request is complete.

Since
3.1

Parameters

TInt aStatus The completion status code.