Class AbstractWikiMacroExecutionEvent

  • All Implemented Interfaces:
    org.xwiki.observation.event.Event
    Direct Known Subclasses:
    WikiMacroExecutionFinishedEvent, WikiMacroExecutionStartsEvent

    public abstract class AbstractWikiMacroExecutionEvent
    extends Object
    implements org.xwiki.observation.event.Event
    Base class for all wiki macro execution related events.
    Since:
    2.6M1
    Version:
    $Id: f10e7ed85bd846887a6d468b3b418935b147904b $
    • Constructor Detail

      • AbstractWikiMacroExecutionEvent

        public AbstractWikiMacroExecutionEvent()
    • Method Detail

      • matches

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