java.nio.file
Interface WatchEvent.Kind<T>

Enclosing class:
WatchEvent<T>

public static interface WatchEvent.Kind<T>

Disabled: no SafeJ information.

An event kind, for the purposes of identification.

Since:
1.7
See Also:
StandardWatchEventKind

Method Summary
 String name()
          Returns the name of the event kind.
 Class<T> type()
          Returns the type of the context value.
 

Method Detail

name

String name()
Class is disabled.

Returns the name of the event kind.


type

Class<T> type()
Class is disabled.

Returns the type of the context value.