Uses of Interface
org.openhab.core.service.WatchService.WatchEventListener
Package
Description
-
Uses of WatchService.WatchEventListener in org.openhab.core.automation.module.script.rulesupport.loader
Modifier and TypeClassDescriptionclass
TheAbstractScriptDependencyTracker
tracks dependencies between scripts and reloads dependees It needs to be sub-classed for eachScriptEngineFactory
that wants to support dependency trackingclass
TheAbstractScriptFileWatcher
is default implementation for watching a directory for files. -
Uses of WatchService.WatchEventListener in org.openhab.core.service
Modifier and TypeMethodDescriptiondefault void
WatchService.registerListener
(WatchService.WatchEventListener watchEventListener, Path path) Register a listener for thisWatchService
The given listener will be notified about all events related to files and directories (including subdirectories) in the givenPath
default void
WatchService.registerListener
(WatchService.WatchEventListener watchEventListener, Path path, boolean withSubDirectories) Register a listener for thisWatchService
The given listener will be notified about all events related to files and directories in the givenPath
default void
WatchService.registerListener
(WatchService.WatchEventListener watchEventListener, List<Path> paths) Register a listener for thisWatchService
The given listener will be notified about all events related to files and directories (including subdirectories) in the givenPath
void
WatchService.registerListener
(WatchService.WatchEventListener watchEventListener, List<Path> paths, boolean withSubDirectories) Register a listener for thisWatchService
The given listener will be notified about all events related to files and directories in the given list ofPath
void
WatchService.unregisterListener
(WatchService.WatchEventListener watchEventListener) Unregister a listener from thisWatchService
The listener will no longer be notified of watch events -
Uses of WatchService.WatchEventListener in org.openhab.core.transform
Modifier and TypeClassDescriptionclass
TheFileTransformationProvider
implements aTransformationProvider
for supporting transformations stored in configuration files