Interface ScriptEngineManager.FactoryChangeListener
- All Known Implementing Classes:
AbstractScriptFileWatcher
- Enclosing interface:
ScriptEngineManager
public static interface ScriptEngineManager.FactoryChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
factoryAdded
(String scriptType) Called by theScriptEngineManager
when a ScriptEngineFactory is addedvoid
factoryRemoved
(String scriptType) Called by theScriptEngineManager
when a ScriptEngineFactory is removed
-
Method Details
-
factoryAdded
Called by theScriptEngineManager
when a ScriptEngineFactory is added- Parameters:
scriptType
- the script type supported by the newly added factory
-
factoryRemoved
Called by theScriptEngineManager
when a ScriptEngineFactory is removed- Parameters:
scriptType
- the script type supported by the removed factory
-