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

Packages that use INewsFeedStatusListener
net.sourceforge.java.feednread.backend.model.favoritestree Provides the data model classes for the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.backend.model.watchestree Provides the data model classes for the NewsFeedWatchesTree ui component. 
 

Uses of INewsFeedStatusListener in net.sourceforge.java.feednread.backend.model.favoritestree
 

Methods in net.sourceforge.java.feednread.backend.model.favoritestree with parameters of type INewsFeedStatusListener
 void Favorite.addNewsFeedStatusListener(INewsFeedStatusListener listener)
           Adds the specified INewsFeedStatusListener to the list of registered listeners.
 void Favorite.removeINewsFeedStatusListener(INewsFeedStatusListener listener)
           Removes the specified INewsFeedStatusListener from the list of registered listeners.
 

Uses of INewsFeedStatusListener in net.sourceforge.java.feednread.backend.model.watchestree
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree that implement INewsFeedStatusListener
 class Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.