Package adams.core.scriptingengine
Interface BackgroundScriptingEngine
-
- All Known Implementing Classes:
AbstractScriptingEngine,ScriptingEngine
public interface BackgroundScriptingEngineCommon 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 voidstopEngine()Stops the scripting engine.
-