Interface ScriptEngineManager.FactoryChangeListener

All Known Implementing Classes:
AbstractScriptFileWatcher
Enclosing interface:
ScriptEngineManager

public static interface ScriptEngineManager.FactoryChangeListener
  • Method Details

    • factoryAdded

      void factoryAdded(String scriptType)
      Called by the ScriptEngineManager when a ScriptEngineFactory is added
      Parameters:
      scriptType - the script type supported by the newly added factory
    • factoryRemoved

      void factoryRemoved(String scriptType)
      Called by the ScriptEngineManager when a ScriptEngineFactory is removed
      Parameters:
      scriptType - the script type supported by the removed factory