# Print output for @column tags ?> WatchEvent.Kind - Android SDK | Android Developers

Most visited

Recently visited

WatchEvent.Kind

public static interface WatchEvent.Kind

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


An event kind, for the purposes of identification.

See also:

Summary

Public methods

abstract String name()

Returns the name of the event kind.

abstract Class<T> type()

Returns the type of the WatchEvent#context value.

Public methods

name

public abstract String name ()

Returns the name of the event kind.

Returns
String the name of the event kind

type

public abstract Class<T> type ()

Returns the type of the WatchEvent#context value.

Returns
Class<T> the type of the context value