Package io.github.qishr.cascara.common.io.filewatcher
Interface FileChangeHandler
java.lang.Object
io.github.qishr.cascara.common.io.filewatcher.FileChangeHandler
All Known Implementing Classes:
FilteredFileHandler
public interface FileChangeHandler
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract void | handle(FileChangeType type, Path path) |
Method Details
handle
public abstract void handle(FileChangeType type, Path path)