RssItemState Enumeration
Defines the 3 different states than an RssItem will be.
Members
Member | Description |
---|---|
New | A new RssItem. |
Read | An RssItem that has ben viewed. |
Unread | An RssItem not downloaded in the last update but still unread. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
innovasys.rssreader.RssItemState
See Also