AnnotationObserver
abstract class AnnotationObserver
Methods
bool
PendingDispatch
PendingDispatch
Details
at line 14
saved(Annotation $annotation)
Handle the event of creating/saving a single annotation.
at line 27
bool
deleting(Annotation $annotation)
Handle the event of deleting a single annotation.
at line 42
abstract protected PendingDispatch
getSavedDispatch(Annotation $annotation)
Get the dispatched job on a saved event.
at line 51
abstract protected PendingDispatch
getDeletingDispatch(Annotation $annotation)
Get the dispatched job on a deleting event.