Uses of Interface
org.openhab.core.service.WatchService.WatchEventListener
Packages that use WatchService.WatchEventListener
Package
Description
-
Uses of WatchService.WatchEventListener in org.openhab.core.automation.module.script.rulesupport.loader
Classes in org.openhab.core.automation.module.script.rulesupport.loader that implement WatchService.WatchEventListenerModifier and TypeClassDescriptionclassTheAbstractScriptDependencyTrackertracks dependencies between scripts and reloads dependees It needs to be sub-classed for eachScriptEngineFactorythat wants to support dependency trackingclassTheAbstractScriptFileWatcheris default implementation for watching a directory for files. -
Uses of WatchService.WatchEventListener in org.openhab.core.service
Methods in org.openhab.core.service with parameters of type WatchService.WatchEventListenerModifier and TypeMethodDescriptiondefault voidWatchService.registerListener(WatchService.WatchEventListener watchEventListener, Path path) Register a listener for thisWatchServiceThe given listener will be notified about all events related to files and directories (including subdirectories) in the givenPathdefault voidWatchService.registerListener(WatchService.WatchEventListener watchEventListener, Path path, boolean withSubDirectories) Register a listener for thisWatchServiceThe given listener will be notified about all events related to files and directories in the givenPathdefault voidWatchService.registerListener(WatchService.WatchEventListener watchEventListener, List<Path> paths) Register a listener for thisWatchServiceThe given listener will be notified about all events related to files and directories (including subdirectories) in the givenPathvoidWatchService.registerListener(WatchService.WatchEventListener watchEventListener, List<Path> paths, boolean withSubDirectories) Register a listener for thisWatchServiceThe given listener will be notified about all events related to files and directories in the given list ofPathvoidWatchService.unregisterListener(WatchService.WatchEventListener watchEventListener) Unregister a listener from thisWatchServiceThe listener will no longer be notified of watch events -
Uses of WatchService.WatchEventListener in org.openhab.core.transform
Classes in org.openhab.core.transform that implement WatchService.WatchEventListenerModifier and TypeClassDescriptionclassTheFileTransformationProviderimplements aTransformationProviderfor supporting transformations stored in configuration files