java.lang.Object
java.nio.file.StandardWatchEventKinds
public final class StandardWatchEventKinds extends Object
Defines the standard event kinds.
- Since:
- 1.7
- 
Field SummaryFields Modifier and Type Field Description static WatchEvent.Kind<Path>ENTRY_CREATEDirectory entry created.static WatchEvent.Kind<Path>ENTRY_DELETEDirectory entry deleted.static WatchEvent.Kind<Path>ENTRY_MODIFYDirectory entry modified.static WatchEvent.Kind<Object>OVERFLOWA special event to indicate that events may have been lost or discarded.
- 
Method Summary
- 
Field Details- 
OVERFLOWA special event to indicate that events may have been lost or discarded.The contextfor this event is implementation specific and may benull. The eventcountmay be greater than1.- See Also:
- WatchService
 
- 
ENTRY_CREATE
- 
ENTRY_DELETE
- 
ENTRY_MODIFY
 
-