gloox
1.0.28
|
#include <annotationshandler.h>
Public Member Functions | |
virtual | ~AnnotationsHandler () |
virtual void | handleAnnotations (const AnnotationsList &aList)=0 |
A virtual interface which can be reimplemented to receive notes with help of the Annotations object.
Definition at line 49 of file annotationshandler.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 55 of file annotationshandler.h.
|
pure virtual |
This function is called when notes arrive from the server.
aList | A list of notes. |