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 Modifier and Type 方法 描述 List<WatchEvent<?>>
WatchKey. pollEvents()
检索并删除此watch键的所有待处理事件,并返回List
到的事件的List
。
-