Interface ITerminatable
-
- All Known Implementing Classes:
TemplateLangExecution,TemplateSubstitutionExecution
public interface ITerminatableSomething that can be terminated.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstop()Terminate this.
-