gloox  0.9.9.12
Public Member Functions | List of all members
BookmarkHandler Class Reference

#include <bookmarkhandler.h>

Public Member Functions

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

Detailed Description

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

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
Since
0.3

Definition at line 62 of file bookmarkhandler.h.

Constructor & Destructor Documentation

virtual ~BookmarkHandler ( )
inlinevirtual

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
bListA list of URL bookmarks.
cListA list of conference bookmarks.

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