LJCheckFriendsSession
Abstract: Represents a session which checks for updates to a friends page.
The LiveJournal protocol has a mode which allows the client to check if any new
posts have appeared on a user's friends page. The LJKit implements this using a background thread, managed by an LJCheckFriendsSession object. To implement
friends page checking in your client, you need only create an instance of this
class, register your class to receive LJFriendsPageUpdatedNotification and then
send startChecking to the session object.
(Last Updated 2/17/2003)
HTML documentation generated by HeaderDoc