Uses of Interface
org.eclipse.epsilon.egl.execute.control.ITemplateExecutionListener
Package
Description
-
Uses of ITemplateExecutionListener in org.eclipse.epsilon.egl
Modifier and TypeFieldDescriptionprotected final Collection<ITemplateExecutionListener>
EglTemplate.listeners
-
Uses of ITemplateExecutionListener in org.eclipse.epsilon.egl.debug
-
Uses of ITemplateExecutionListener in org.eclipse.epsilon.egl.engine.traceability.fine.internal
-
Uses of ITemplateExecutionListener in org.eclipse.epsilon.egl.execute.control
-
Uses of ITemplateExecutionListener in org.eclipse.epsilon.egl.spec
ModifierConstructorDescriptionEglTemplateSpecificationFactory
(Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, IImportManager importManager, ITemplateExecutionListener... listeners) ModifierConstructorDescriptionprotected
EglTemplateSpecification
(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, Collection<ITemplateExecutionListener> listeners) Deprecated.protected
EglTemplateSpecification
(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, IImportManager importManager, Collection<ITemplateExecutionListener> listeners)
EglTemplateSpecification(String, Formatter, IncrementalitySettings, IImportManager, Collection)
for reuse of imported modules across templates.