RSSKit  0.6.1
Public Member Functions
NSObject(NewRSSArticleListener) Class Reference

#import <NewRSSArticleListener.h>

List of all members.

Public Member Functions

(void) - newArticleFound:
(Class) - articleClass
(void) - feedTitleFound:

Detailed Description

This protocol is intended to be implemented by classes which want to be notified of articles found when parsing RSS feeds.


Member Function Documentation

- (Class) articleClass

Returns the class of the article objects. This needs to be a subclass of RSSArticle.

Returns:
the article class
- (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.


The documentation for this class was generated from the following file: