Package org.openhab.core.service
Interface WatchService.WatchEventListener
- All Known Implementing Classes:
AbstractScriptDependencyTracker
,AbstractScriptFileWatcher
,FileTransformationProvider
- Enclosing interface:
- WatchService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processWatchEvent
(WatchService.Kind kind, Path path) Notify Listener about watch event
-
Method Details
-
processWatchEvent
Notify Listener about watch event- Parameters:
kind
- theWatchService.Kind
of this eventpath
- the relative path of the file associated with this event
-