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