class AnnotationObserver

Methods

saved(Annotation$annotation)

Handle the event of creating/saving a single annotation.

bool
deleting(Annotation$annotation)

Handle the event of deleting a single annotation.

Details

at line16
saved(Annotation$annotation)

Handle the event of creating/saving a single annotation.

Parameters

Annotation $annotation

at line29
bool deleting(Annotation$annotation)

Handle the event of deleting a single annotation.

Parameters

Annotation $annotation

Return Value

bool