|
RSSKit
0.6.1
|
#import <NewRSSArticleListener.h>
Instance Methods | |
| (void) | - newArticleFound: |
| (Class) | - articleClass |
| (void) | - feedTitleFound: |
This protocol is intended to be implemented by classes which want to be notified of articles found when parsing RSS feeds.
| - (Class) articleClass |
Returns the class of the article objects. This needs to be a subclass of RSSArticle.
| - (void) feedTitleFound: | (NSString *) | aTitle |
Gets called when a feed title has been found in a feed.
| - (void) newArticleFound: | (id< RSSArticle >) | anArticle |
This method gets called when a new article has been found.
1.8.13