Class AbstractActionExecutionEvent

    • Constructor Detail

      • AbstractActionExecutionEvent

        public AbstractActionExecutionEvent()
      • AbstractActionExecutionEvent

        public AbstractActionExecutionEvent​(String actionName)
        Constructor initializing the action name of the event.
        Parameters:
        actionName - the name of the action
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • matches

        public boolean matches​(Object otherEvent)
        Specified by:
        matches in interface org.xwiki.observation.event.Event