Generated by
JDiff

Interface javax.jcr.observation.Event

Added Methods
long getDate() Returns the date when the change was persisted that caused this event.
String getIdentifier() Returns the identifier associated with this event or null if this event has no associated identifier.
Map getInfo() Returns the information map associated with this event.
String getUserData() Returns the user data set through ObservationManager.setUserData on the ObservationManager bound to the Session that caused the event.
 

Added Fields
int NODE_MOVED Generated on persist when a node is moved.
int PERSIST If event bundling is supported, this event is used to indicate a bundle boundary within the event journal.