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 TypeMethodDescriptionvoidScriptEngineManager.addFactoryChangeListener(ScriptEngineManager.FactoryChangeListener listener) Add a listener that is notified when a ScriptEngineFactory is added or removedvoidScriptEngineManager.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 TypeClassDescriptionclassTheAbstractScriptFileWatcheris default implementation for watching a directory for files.