public interface FileWatchedListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCreated(WatchEvent<Path> watchEvent) |
void |
onDeleted(WatchEvent<Path> watchEvent) |
void |
onModified(WatchEvent<Path> watchEvent) |
void |
onOverflowed(WatchEvent<Path> watchEvent) |
void onCreated(WatchEvent<Path> watchEvent)
void onModified(WatchEvent<Path> watchEvent)
void onDeleted(WatchEvent<Path> watchEvent)
void onOverflowed(WatchEvent<Path> watchEvent)
Copyright © 2025. All rights reserved.