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