- java.lang.Object
-
- org.ferris.resiste.console.rss.RssHistoryEvent
-
@Vetoed public class RssHistoryEvent extends java.lang.Object
- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Constructor Summary
Constructors Constructor Description RssHistoryEvent(java.util.List<RssFeed> feeds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RssFeed>
getFeeds()
java.lang.String
toString()
-
-
-
Field Detail
-
STORE
public static final int STORE
- See Also:
- Constant Field Values
-
CLEANUP
public static final int CLEANUP
- See Also:
- Constant Field Values
-
feeds
protected java.util.List<RssFeed> feeds
-
-
Constructor Detail
-
RssHistoryEvent
public RssHistoryEvent(java.util.List<RssFeed> feeds)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getFeeds
public java.util.List<RssFeed> getFeeds()
-
-