Package org.aoju.bus.core.io.watcher
Class SimpleWatcher
java.lang.Object
org.aoju.bus.core.io.watcher.IgnoreWatcher
org.aoju.bus.core.io.watcher.SimpleWatcher
- All Implemented Interfaces:
Watcher
空白WatchListener 用户继承此类后实现需要监听的方法
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aoju.bus.core.io.watcher.IgnoreWatcher
onCreate, onDelete, onModify, onOverflow
-
Constructor Details
-
SimpleWatcher
public SimpleWatcher()
-