gloox  1.0
Public Member Functions
AnnotationsHandler Class Reference

#include <annotationshandler.h>

List of all members.

Public Member Functions

virtual ~AnnotationsHandler ()
virtual void handleAnnotations (const AnnotationsList &aList)=0

Detailed Description

A virtual interface which can be reimplemented to receive notes with help of the Annotations object.

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

Definition at line 49 of file annotationshandler.h.


Constructor & Destructor Documentation

virtual ~AnnotationsHandler ( ) [inline, virtual]

Virtual destructor.

Definition at line 55 of file annotationshandler.h.


Member Function Documentation

virtual void handleAnnotations ( const AnnotationsList aList) [pure virtual]

This function is called when notes arrive from the server.

Parameters:
aListA list of notes.

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