Package adams.core.scriptingengine
Interface BackgroundScriptingEngine
-
- All Known Implementing Classes:
AbstractScriptingEngine
,ScriptingEngine
public interface BackgroundScriptingEngine
Common interface for scripting engines that need stopping before the application can shut down properly.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stopEngine()
Stops the scripting engine.
-