BookmarkHandler Class Reference

A virtual interface which can be reimplemented to receive bookmarks with help of a BookmarkStorage object. More...

#include <bookmarkhandler.h>

List of all members.

Public Types

typedef std::list< bookmarkListItemBookmarkList
typedef std::list< conferenceListItemConferenceList

Public Member Functions

virtual ~BookmarkHandler ()
virtual void handleBookmarks (const BookmarkList &bList, const ConferenceList &cList)=0

Classes

struct  bookmarkListItem
struct  conferenceListItem


Detailed Description

A virtual interface which can be reimplemented to receive bookmarks with help of a BookmarkStorage object.

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.3

Definition at line 31 of file bookmarkhandler.h.


Member Typedef Documentation

typedef std::list<bookmarkListItem> BookmarkList

A list of URL items.

Definition at line 58 of file bookmarkhandler.h.

typedef std::list<conferenceListItem> ConferenceList

A list of conference items.

Definition at line 63 of file bookmarkhandler.h.


Constructor & Destructor Documentation

virtual ~BookmarkHandler (  )  [inline, virtual]

Virtual Destructor.

Definition at line 68 of file bookmarkhandler.h.


Member Function Documentation

virtual void handleBookmarks ( const BookmarkList bList,
const ConferenceList cList 
) [pure virtual]

This function is called when bookmarks arrive from the server.

Parameters:
bList A list of URL bookmarks.
cList A list of conference bookmarks.

Referenced by BookmarkStorage::handlePrivateXML().


The documentation for this class was generated from the following file:
Generated on Tue May 1 14:20:21 2007 for gloox by  doxygen 1.5.1