StandardWatchEventKinds

Class StandardWatchEventKinds

public final class StandardWatchEventKinds
extends Object

Defines the standard event kinds.

Since:
1.7

Fields

OVERFLOW

public static final WatchEvent.Kind<Object> OVERFLOW

A special event to indicate that events may have been lost or discarded.

The context for this event is implementation specific and may be null. The event count may be greater than 1.<