-
- Enclosing interface:
- WatchEvent<T>
public static interface WatchEvent.Modifier
An event modifier that qualifies how aWatchable
is registered with aWatchService
.This release does not define any standard modifiers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
Returns the name of the modifier.
-
-
-
Method Detail
-
name
String name()
Returns the name of the modifier.- Returns:
- the name of the modifier
-
-