Interface IOWatchServiceExecutor
-
- All Known Implementing Classes:
IOWatchServiceExecutorImpl
public interface IOWatchServiceExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(org.uberfire.java.nio.file.WatchKey watchKey, Filter<org.uberfire.java.nio.file.WatchEvent<?>> filter)
-
-
-
Method Detail
-
execute
void execute(org.uberfire.java.nio.file.WatchKey watchKey, Filter<org.uberfire.java.nio.file.WatchEvent<?>> filter)
-
-