PSClientDelegate
PSClientDelegate
- Subject: PSClientDelegate
- From: Daniel DeCovnick <email@hidden>
- Date: Fri, 03 Dec 2010 15:38:03 -0800
Has anyone got any experience using the PubSub framework, specifically the PSClientDelegate API? There's no documentation on it whatsoever (except for one mention that it exists) (rdar://8395669). Looking in the header file, I see the following methods:
- (void) feedDidBeginRefresh:(PSFeed *)feed;
- (void) feedDidEndRefresh:(PSFeed *)feed;
- (void) feed:(PSFeed *)feed didAddEntries:(NSArray *)entries;
- (void) feed:(PSFeed *)feed didRemoveEntriesWithIdentifiers:(NSArray *)identifiers;
- (void) feed:(PSFeed *)feed didUpdateEntries:(NSArray *)entries;
- (void) feed:(PSFeed *)feed didChangeFlagsInEntries:(NSArray *)entries;
- (void) enclosure:(PSEnclosure *)enclosure downloadStateDidChange:(PSEnclosureDownloadState)state;
The first two and the last one I can guess at when they're called, but I'm not sure about the middle four.
For that matter, I'm not sure when to use these methods, versus when to register for the PSFeedRefreshingNotification, PSFeedEntriesChangedNotification, etc.
Does anyone have guidelines or experience here?
-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden