Public Member Functions | |
void | onAnnotAdded (PDFPage page, Annot annot) |
void | onAnnotChanged (Annot lastAnnot, Annot currentAnnot) |
void | onAnnotDeleted (PDFPage page, Annot annot) |
void | onAnnotModified (PDFPage page, Annot annot) |
void | onAnnotWillDelete (PDFPage page, Annot annot) |
interface definition for a callback to be invoked when edit or change annotation.
Called when a annotation has added in a page
page | The PDFPage which add a annotation. |
annot | The specified annotation has added. |
void com.foxit.uiextensions.annots.AnnotEventListener.onAnnotChanged | ( | Annot | lastAnnot, |
Annot | currentAnnot | ||
) |
Called when the current annotation has changed.
lastAnnot | the previous annotation. |
currentAnnot | the current annotation. |
Called when a annotation has deleted.
page | The PDFPage which delete a annotation. |
annot | The specified annotation has deleted. |
Called when a annotation has modified.
page | The PDFPage which modify a annotation. |
annot | The specified annotation has modified. |