public class AnnotationEventListener extends Object implements EventListener
| Constructor and Description |
|---|
AnnotationEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAnnotationCreated(Principal principal,
Annotation annotation) |
void |
afterAnnotationDeleted(Principal principal,
Annotation annotation) |
void |
afterAnnotationRead(Principal principal,
Annotation annotation) |
void |
afterAnnotationUpdated(Principal principal,
Annotation annotation) |
void |
beforeAnnotationCreated(Principal principal,
Annotation annotation) |
void |
beforeAnnotationDeleted(Principal principal,
Annotation annotation) |
void |
beforeAnnotationRead(Principal principal,
String annotationId) |
void |
beforeAnnotationUpdated(Principal principal,
Annotation annotation) |
public AnnotationEventListener()
public void afterAnnotationCreated(Principal principal, Annotation annotation)
afterAnnotationCreated in interface EventListenerpublic void afterAnnotationDeleted(Principal principal, Annotation annotation)
afterAnnotationDeleted in interface EventListenerpublic void afterAnnotationRead(Principal principal, Annotation annotation)
afterAnnotationRead in interface EventListenerpublic void afterAnnotationUpdated(Principal principal, Annotation annotation)
afterAnnotationUpdated in interface EventListenerpublic void beforeAnnotationCreated(Principal principal, Annotation annotation)
beforeAnnotationCreated in interface EventListenerpublic void beforeAnnotationDeleted(Principal principal, Annotation annotation)
beforeAnnotationDeleted in interface EventListenerpublic void beforeAnnotationRead(Principal principal, String annotationId)
beforeAnnotationRead in interface EventListenerpublic void beforeAnnotationUpdated(Principal principal, Annotation annotation)
beforeAnnotationUpdated in interface EventListenerCopyright © 2018 Nuxeo. All rights reserved.