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 Detail

      • stopEngine

        void stopEngine()
        Stops the scripting engine.