Package name.pachler.nio.file
Interface WatchEvent.Modifier<T>
-
- Type Parameters:
T
- The context type for the modifier.
- All Known Implementing Classes:
PathWatchEventModifier
- Enclosing class:
- WatchEvent<T>
public static interface WatchEvent.Modifier<T>
A modifier can be specified toregister
to change the way changes to a watchable are reported. jpathwatch defines a set of modifiers in theExtendedWatchEventModifier
class.- See Also:
ExtendedWatchEventModifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
The modifier's name should be used for informative purposes only (like error reporting).
-