Added in API level 26
Modifier
interface Modifier
java.nio.file.WatchEvent.Modifier |
An event modifier that qualifies how a Watchable
is registered with a WatchService
.
This release does not define any standard modifiers.
Summary
Public methods | |
---|---|
abstract String! |
name() Returns the name of the modifier. |
Public methods
name
Added in API level 26
abstract fun name(): String!
Returns the name of the modifier.
Return | |
---|---|
String! |
the name of the modifier |