Interface ITemplateExecutionListener
-
- All Known Implementing Classes:
DefaultTemplateExecutionListener
,TraceLinkCreatingTemplateExecutionListener
public interface ITemplateExecutionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
aboutToProcess(EglTemplate template)
void
finishedGenerating(EglPersistentTemplate template, String path)
void
finishedProcessing(EglTemplate template)
-
-
-
Method Detail
-
aboutToProcess
void aboutToProcess(EglTemplate template)
-
finishedProcessing
void finishedProcessing(EglTemplate template)
-
finishedGenerating
void finishedGenerating(EglPersistentTemplate template, String path)
-
-