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