Uses of Interface
org.openhab.core.automation.module.script.ScriptDependencyTracker.Listener
Packages that use ScriptDependencyTracker.Listener
Package
Description
-
Uses of ScriptDependencyTracker.Listener in org.openhab.core.automation.module.script
Classes in org.openhab.core.automation.module.script that implement ScriptDependencyTracker.ListenerModifier and TypeClassDescriptionclassTheScriptTransformationServiceimplements aTransformationServiceusing any available script language -
Uses of ScriptDependencyTracker.Listener in org.openhab.core.automation.module.script.rulesupport.loader
Classes in org.openhab.core.automation.module.script.rulesupport.loader that implement ScriptDependencyTracker.ListenerModifier and TypeClassDescriptionclassTheAbstractScriptFileWatcheris default implementation for watching a directory for files.Methods in org.openhab.core.automation.module.script.rulesupport.loader with parameters of type ScriptDependencyTracker.ListenerModifier and TypeMethodDescriptionvoidAbstractScriptDependencyTracker.addChangeTracker(ScriptDependencyTracker.Listener listener) Add a dependency change listener Since this is done via service injection and OSGi annotations are not inherited it is required that subclasses expose this method with proper annotationvoidAbstractScriptDependencyTracker.removeChangeTracker(ScriptDependencyTracker.Listener listener)