Package com.google.common.jimfs
Class AbstractWatchService.Event<T>
java.lang.Object
com.google.common.jimfs.AbstractWatchService.Event<T>
- All Implemented Interfaces:
WatchEvent<T>
- Enclosing class:
AbstractWatchService
A basic implementation of
WatchEvent
.-
Nested Class Summary
Nested classes/interfaces inherited from interface java.nio.file.WatchEvent
WatchEvent.Kind<T>, WatchEvent.Modifier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kind
-
count
private final int count -
context
-
-
Constructor Details
-
Event
-
-
Method Details
-
kind
- Specified by:
kind
in interfaceWatchEvent<T>
-
count
public int count()- Specified by:
count
in interfaceWatchEvent<T>
-
context
- Specified by:
context
in interfaceWatchEvent<T>
-
equals
-
hashCode
public int hashCode() -
toString
-