Class WatchServiceWrapper

java.lang.Object
org.miaixz.bus.core.io.watch.WatchServiceWrapper
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, WatchService, Wrapper<WatchService>, Provider

public class WatchServiceWrapper extends Object implements WatchService, Wrapper<WatchService>, Serializable
WatchEvent 包装类,提供可选的监听事件和监听选项,实现方法包括:
Since:
Java 17+
Author:
Kimi Liu
See Also: