#include <annotationshandler.h>
Public Member Functions | |
virtual | ~AnnotationsHandler () |
virtual void | handleAnnotations (const AnnotationsList &aList)=0 |
Definition at line 49 of file annotationshandler.h.
virtual ~AnnotationsHandler | ( | ) | [inline, virtual] |
Virtual destructor.
Definition at line 55 of file annotationshandler.h.
virtual void handleAnnotations | ( | const AnnotationsList & | aList | ) | [pure virtual] |
This function is called when notes arrive from the server.
aList | A list of notes. |