Interface JackrabbitEvent
-
- All Superinterfaces:
javax.jcr.observation.Event
@ProviderType public interface JackrabbitEvent extends javax.jcr.observation.Event
This is an extension of the event interface which provides a method to detect whether the changes happened on locally or remotely in a clustered environment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExternal()
Return a flag indicating whether this is an externally generated event.
-