net.rim.device.api.io.parser.rss.event
Class NewRSSItemEvent
java.lang.Object
net.rim.device.api.io.parser.rss.event.RSSEvent
net.rim.device.api.io.parser.rss.event.NewRSSItemEvent
public class NewRSSItemEvent
- extends RSSEvent
This event is posted by an RSSParser when a new item is parsed in a
RSS document. The event is available to an application if it
specifies an RSSEventListener when the RSSParser is invoked.
- Since:
- BlackBerry API 6.0.0
getRSSItem
public RSSItem getRSSItem()
- Returns the
RSSItem that was parsed.
- Returns:
- The
RSSItem that was parsed. - Since:
- BlackBerry API 6.0.0
getRSSChannel
public RSSChannel getRSSChannel()
- Returns the
RSSChannel object where the RSSItem appeared.
- Returns:
- The
RSSChannel object where the RSSItem appeared. - 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