Interface Event

  • All Known Implementing Classes:
    EventImpl

    public interface Event
    Event is similar to the regular JCR Event and adds additional information about the affected item.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALL_TYPES
      Constant for observation listener interested in all types of events.
      static int NODE_ADDED
      An event of this type is generated when a node is added.
      static int NODE_MOVED
      An event of this type is generated when a node is moved.
      static int NODE_REMOVED
      An event of this type is generated when a node is removed.
      static int PERSIST
      If event bundling is supported, this event is used to indicate a bundle boundary within the event journal.
      static int PROPERTY_ADDED
      An event of this type is generated when a property is added.
      static int PROPERTY_CHANGED
      An event of this type is generated when a property is changed.
      static int PROPERTY_REMOVED
      An event of this type is generated when a property is removed.