Package org.uberfire.java.nio.file
Interface WatchEvent<T>
-
- All Superinterfaces:
Serializable
public interface WatchEvent<T> extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWatchEvent.Kind<T>static interfaceWatchEvent.Modifier
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcontext()intcount()WatchEvent.Kind<T>kind()
-
-
-
Method Detail
-
kind
WatchEvent.Kind<T> kind()
-
count
int count()
-
context
T context()
-
-