Package org.xwiki.annotation.event
Interface AnnotationEvent
-
- All Superinterfaces:
org.xwiki.observation.event.Event,org.xwiki.observation.event.FilterableEvent
- All Known Implementing Classes:
AbstractAnnotationEvent,AnnotationAddedEvent,AnnotationDeletedEvent,AnnotationUpdatedEvent
public interface AnnotationEvent extends org.xwiki.observation.event.FilterableEventA base interface for all annotation events.- Since:
- 4.0RC1
- Version:
- $Id: 491fc969818d02bbfa1647ab3873c9d7b9e96e74 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier()Retrieves the identifier of the annotation added/updated/deleted in the event.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
Retrieves the identifier of the annotation added/updated/deleted in the event.- Returns:
- identifier of the annotation
-
-