org.xwiki.rendering.macro.wikibridge
Class AbstractWikiMacroExecutionEvent
java.lang.Object
org.xwiki.rendering.macro.wikibridge.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWikiMacroExecutionEvent
public AbstractWikiMacroExecutionEvent()
matches
public boolean matches(Object otherEvent)
- Specified by:
matches in interface org.xwiki.observation.event.Event
Copyright © 2004-2013 XWiki. All Rights Reserved.