Added in API level 26
WatchEvent.Kind
public
static
interface
WatchEvent.Kind
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 |
Public methods
name
Added in API level 26
public abstract String name ()
Returns the name of the event kind.
| Returns | |
|---|---|
String |
the name of the event kind |
