Interface IWebSpaceChangedEvent

All Superinterfaces:
IEvent, ISystemEvent, Serializable

public interface IWebSpaceChangedEvent extends ISystemEvent
  • Field Details

    • ACTION_ADDED

      static final int ACTION_ADDED
      cluster segment was added
      See Also:
    • ACTION_REMOVED

      static final int ACTION_REMOVED
      cluster segment was removed
      See Also:
  • Method Details

    • getWebSpace

      IThingID getWebSpace()
      Get webspace URI
      Returns:
      the segment for this event or null if no segment was affected
    • getAction

      int getAction()
      Get the action that generated this event
      Returns: