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 EventListener
public void afterAnnotationDeleted(Principal principal, Annotation annotation)
afterAnnotationDeleted
in interface EventListener
public void afterAnnotationRead(Principal principal, Annotation annotation)
afterAnnotationRead
in interface EventListener
public void afterAnnotationUpdated(Principal principal, Annotation annotation)
afterAnnotationUpdated
in interface EventListener
public void beforeAnnotationCreated(Principal principal, Annotation annotation)
beforeAnnotationCreated
in interface EventListener
public void beforeAnnotationDeleted(Principal principal, Annotation annotation)
beforeAnnotationDeleted
in interface EventListener
public void beforeAnnotationRead(Principal principal, String annotationId)
beforeAnnotationRead
in interface EventListener
public void beforeAnnotationUpdated(Principal principal, Annotation annotation)
beforeAnnotationUpdated
in interface EventListener
Copyright © 2016 Nuxeo SA. All rights reserved.