|
gloox 1.0
|
A virtual interface which can be reimplemented to receive bookmarks with help of a BookmarkStorage object. More...
#include <bookmarkhandler.h>
Public Member Functions | |
| virtual | ~BookmarkHandler () |
| virtual void | handleBookmarks (const BookmarkList &bList, const ConferenceList &cList)=0 |
A virtual interface which can be reimplemented to receive bookmarks with help of a BookmarkStorage object.
Definition at line 64 of file bookmarkhandler.h.
| virtual ~BookmarkHandler | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 70 of file bookmarkhandler.h.
| virtual void handleBookmarks | ( | const BookmarkList & | bList, |
| const ConferenceList & | cList | ||
| ) | [pure virtual] |
This function is called when bookmarks arrive from the server.
| bList | A list of URL bookmarks. |
| cList | A list of conference bookmarks. |
1.7.4