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 (BookmarkList bList, 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 BookmarkList  bList,
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.


The documentation for this class was generated from the following file:
Generated on Mon Jan 16 16:19:55 2006 for gloox by  doxygen 1.4.6