Package org.xwiki.template.event
Class TemplateUpdatedEvent
- java.lang.Object
-
- org.xwiki.template.event.AbstractTemplateEvent
-
- org.xwiki.template.event.TemplateUpdatedEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event,TemplateEvent
public class TemplateUpdatedEvent extends AbstractTemplateEvent
Fired when a template is modified.- Since:
- 7.0M1
- Version:
- $Id: e35aedb34429157b7cd1a308ff362cd24b959f07 $
-
-
Constructor Summary
Constructors Constructor Description TemplateUpdatedEvent()Matches anyTemplateUpdatedEvent.TemplateUpdatedEvent(String id)
-
-
-
Constructor Detail
-
TemplateUpdatedEvent
public TemplateUpdatedEvent()
Matches anyTemplateUpdatedEvent.
-
TemplateUpdatedEvent
public TemplateUpdatedEvent(String id)
- Parameters:
id- the id of the template
-
-