Uses of Interface
java.nio.file.WatchEvent
-
Packages that use WatchEvent 软件包 描述 java.nio.file 定义Java虚拟机的接口和类,以访问文件,文件属性和文件系统。 -
-
Uses of WatchEvent in java.nio.file
Methods in java.nio.file that return types with arguments of type WatchEvent 变量和类型 方法 描述 List<WatchEvent<?>>
WatchKey. pollEvents()
检索并删除此监视键的所有挂起事件,返回List
到的事件的List
。
-