Package org.xwiki.template.event
Interface TemplateEvent
-
- All Superinterfaces:
org.xwiki.observation.event.Event
- All Known Implementing Classes:
AbstractTemplateEvent
,TemplateDeletedEvent
,TemplateUpdatedEvent
public interface TemplateEvent extends org.xwiki.observation.event.Event
An event related to a template.- Since:
- 7.0M1
- Version:
- $Id: 42b9ab9bfca4a3d259623b86b631771c2eee0e22 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the id of the template
-
-