# Print output for @column tags ?>
public
static
interface
WatchEvent.Kind
java.nio.file.WatchEvent.Kind<T> |
An event kind, for the purposes of identification.
See also:
Public methods | |
---|---|
abstract
String
|
name()
Returns the name of the event kind. |
abstract
Class<T>
|
type()
Returns the type of the |
public abstract String name ()
Returns the name of the event kind.
Returns | |
---|---|
String |
the name of the event kind |
public abstract Class<T> type ()
Returns the type of the WatchEvent#context
value.
Returns | |
---|---|
Class<T> |
the type of the context value |