Class WikiMacroExecutionStartsEvent
- java.lang.Object
-
- org.xwiki.rendering.macro.wikibridge.AbstractWikiMacroExecutionEvent
-
- org.xwiki.rendering.macro.wikibridge.WikiMacroExecutionStartsEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
public class WikiMacroExecutionStartsEvent extends AbstractWikiMacroExecutionEvent
Sent before a wiki macro starts execution.The event also send the following parameters:
- source: the related
WikiMacro
instance - data: a
java.util.Map<String, Object>
containing the macro bindings
- Since:
- 2.6M1
- Version:
- $Id: 16f5eeb4f703c784157b0b4c5da56b547dac2d86 $
-
-
Constructor Summary
Constructors Constructor Description WikiMacroExecutionStartsEvent()
-