org.xwiki.rendering.macro.wikibridge
Class AbstractWikiMacroExecutionEvent

java.lang.Object
  extended by 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$

Constructor Summary
AbstractWikiMacroExecutionEvent()
           
 
Method Summary
 boolean matches(Object otherEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWikiMacroExecutionEvent

public AbstractWikiMacroExecutionEvent()
Method Detail

matches

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


Copyright © 2004-2012 XWiki. All Rights Reserved.