Interface IContentSystemEvent

All Superinterfaces:
IEvent, ISystemEvent, Serializable

public interface IContentSystemEvent extends ISystemEvent
  • Field Details

    • ACTION_CONTENT_ADDED

      static final int ACTION_CONTENT_ADDED
      content service was added
      See Also:
    • ACTION_CONTENT_REMOVED

      static final int ACTION_CONTENT_REMOVED
      content service was removed
      See Also:
    • ACTION_CONTENT_UPDATED

      static final int ACTION_CONTENT_UPDATED
      content service was updated
      See Also:
    • ACTION_CONTENT_DEFAULT

      static final int ACTION_CONTENT_DEFAULT
      content service was set as default
      See Also:
  • Method Details

    • getServiceName

      String getServiceName()
      Get the name of the content service this message refers to.
      Returns:
    • getAction

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