Class WikiMacroExecutionFinishedEvent
- java.lang.Object
-
- org.xwiki.rendering.macro.wikibridge.AbstractWikiMacroExecutionEvent
-
- org.xwiki.rendering.macro.wikibridge.WikiMacroExecutionFinishedEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
public class WikiMacroExecutionFinishedEvent extends AbstractWikiMacroExecutionEvent
Sent when a wiki macro finished execution.The event also send the following parameters:
- source: the related
WikiMacro
instance - data: null
- Since:
- 2.6M1
- Version:
- $Id: 5302988db34bbe28f25e6644baae1d12c68a1567 $
-
-
Constructor Summary
Constructors Constructor Description WikiMacroExecutionFinishedEvent()
-