- 
- Enclosing interface:
- WatchEvent<T>
 
 
 public static interface WatchEvent.ModifierAn event modifier that qualifies how aWatchableis registered with aWatchService.This release does not define any standard modifiers. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Returns the name of the modifier.
 
- 
- 
- 
Method Detail- 
nameString name() Returns the name of the modifier.- Returns:
- the name of the modifier
 
 
- 
 
-