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 final int
    Constant for observation listener interested in all types of events.
    static final int
    An event of this type is generated when a node is added.
    static final int
    An event of this type is generated when a node is moved.
    static final int
    An event of this type is generated when a node is removed.
    static final int
    If event bundling is supported, this event is used to indicate a bundle boundary within the event journal.
    static final int
    An event of this type is generated when a property is added.
    static final int
    An event of this type is generated when a property is changed.
    static final int
    An event of this type is generated when a property is removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the date when the change was persisted that caused this event.
    Returns the information map associated with this event.
     
     
     
     
     
    int
    Returns the type of this event: a constant defined by this interface.
    Returns the user data.
    Returns the user ID connected with this event.