Uses of Interface
org.openhab.core.automation.module.script.ScriptEngineManager.FactoryChangeListener
Packages that use ScriptEngineManager.FactoryChangeListener
Package
Description
-
Uses of ScriptEngineManager.FactoryChangeListener in org.openhab.core.automation.module.script
Methods in org.openhab.core.automation.module.script with parameters of type ScriptEngineManager.FactoryChangeListenerModifier and TypeMethodDescriptionvoid
ScriptEngineManager.addFactoryChangeListener
(ScriptEngineManager.FactoryChangeListener listener) Add a listener that is notified when a ScriptEngineFactory is added or removedvoid
ScriptEngineManager.removeFactoryChangeListener
(ScriptEngineManager.FactoryChangeListener listener) Remove a listener that is notified when a ScriptEngineFactory is added or removed -
Uses of ScriptEngineManager.FactoryChangeListener in org.openhab.core.automation.module.script.rulesupport.loader
Classes in org.openhab.core.automation.module.script.rulesupport.loader that implement ScriptEngineManager.FactoryChangeListenerModifier and TypeClassDescriptionclass
TheAbstractScriptFileWatcher
is default implementation for watching a directory for files.