net.sourceforge.java.feednread.backend.model.newstable
Interface INewsFeedStatus

All Known Implementing Classes:
Category, Favorite, NewsFeed, Watch, WatchFolder

public interface INewsFeedStatus

Provides information on the current read status of a NewsFeed.

Author:
Sebastian Machhausen

Method Summary
 int getUnreadCount()
           Returns the number of unread news in a related NewsFeed.
 boolean isUnread()
           Returns true if a related NewsFeed is unread.
 

Method Detail

isUnread

public boolean isUnread()

Returns true if a related NewsFeed is unread.

Returns:
true if a related NewsFeed is unread; false otherwise

getUnreadCount

public int getUnreadCount()

Returns the number of unread news in a related NewsFeed.

Returns:
the number of unread news in a related NewsFeed