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$
| 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
- See Also:
Event.matches(java.lang.Object)
Copyright © 2004-2011 XWiki. All Rights Reserved.