net.rim.device.api.io.parser.rss.event
Class RSSEvent
java.lang.Object
net.rim.device.api.io.parser.rss.event.RSSEvent
- Direct Known Subclasses:
- CompleteRSSChannelEvent, CompleteRSSDocumentEvent, NewRSSChannelEvent, NewRSSItemEvent, RSSErrorEvent
public class RSSEvent
- extends Object
Base class for all RSS events.
- Since:
- BlackBerry API 6.0.0
Method Summary |
int |
getEventID()
Returns the event ID for this event. |
RSS_ERROR_EVENT
public static final int RSS_ERROR_EVENT
- See Also:
- Constant Field Values
- Since:
- BlackBerry API 6.0.0
NEW_RSS_CHANNEL_EVENT
public static final int NEW_RSS_CHANNEL_EVENT
- See Also:
- Constant Field Values
- Since:
- BlackBerry API 6.0.0
NEW_RSS_ITEM_EVENT
public static final int NEW_RSS_ITEM_EVENT
- See Also:
- Constant Field Values
- Since:
- BlackBerry API 6.0.0
COMPLETE_RSS_CHANNEL_EVENT
public static final int COMPLETE_RSS_CHANNEL_EVENT
- See Also:
- Constant Field Values
- Since:
- BlackBerry API 6.0.0
COMPLETE_RSS_DOCUMENT_EVENT
public static final int COMPLETE_RSS_DOCUMENT_EVENT
- See Also:
- Constant Field Values
- Since:
- BlackBerry API 6.0.0
getEventID
public int getEventID()
- Returns the event ID for this event.
- Returns:
- The event ID for this event.
- See Also:
RSSEvent
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal