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 void afterAnnotationCreated(Principal principal, Annotation annotation) throws AnnotationException
afterAnnotationCreated
in interface EventListener
AnnotationException
public void afterAnnotationDeleted(Principal principal, Annotation annotation) throws AnnotationException
afterAnnotationDeleted
in interface EventListener
AnnotationException
public void afterAnnotationRead(Principal principal, Annotation annotation) throws AnnotationException
afterAnnotationRead
in interface EventListener
AnnotationException
public void afterAnnotationUpdated(Principal principal, Annotation annotation) throws AnnotationException
afterAnnotationUpdated
in interface EventListener
AnnotationException
public void beforeAnnotationCreated(Principal principal, Annotation annotation) throws AnnotationException
beforeAnnotationCreated
in interface EventListener
AnnotationException
public void beforeAnnotationDeleted(Principal principal, Annotation annotation) throws AnnotationException
beforeAnnotationDeleted
in interface EventListener
AnnotationException
public void beforeAnnotationRead(Principal principal, String annotationId) throws AnnotationException
beforeAnnotationRead
in interface EventListener
AnnotationException
public void beforeAnnotationUpdated(Principal principal, Annotation annotation) throws AnnotationException
beforeAnnotationUpdated
in interface EventListener
AnnotationException
Copyright © 2013 Nuxeo SA. All Rights Reserved.