net.sourceforge.java.feednread.backend.model.newstable.event
Interface INewsFeedStatusListener

All Known Implementing Classes:
Watch

public interface INewsFeedStatusListener

Listener to handle changes concerning the status of a NewsFeed associated to a model element.

Author:
Sebastian Machhausen

Method Summary
 void newsFeedReadStatusChanged(NewsFeed newsFeed)
           Called whenever the read status of the NewsFeed associated to a model element has changed.
 void newsFeedUpdated(NewsFeed updatedNewsFeed)
           Called whenever the NewsFeed associated to a model element has changed.
 

Method Detail

newsFeedUpdated

public void newsFeedUpdated(NewsFeed updatedNewsFeed)

Called whenever the NewsFeed associated to a model element has changed.

Parameters:
updatedNewsFeed - the updated NewsFeed

newsFeedReadStatusChanged

public void newsFeedReadStatusChanged(NewsFeed newsFeed)

Called whenever the read status of the NewsFeed associated to a model element has changed.

Parameters:
newsFeed - the NewsFeed whose read status changed