Class AbstractWatchService

java.lang.Object
com.google.common.jimfs.AbstractWatchService
All Implemented Interfaces:
Closeable, AutoCloseable, WatchService
Direct Known Subclasses:
PollingWatchService

abstract class AbstractWatchService extends Object implements WatchService
Abstract implementation of WatchService. Provides the means for registering and managing keys but does not handle actually watching. Subclasses should implement the means of watching watchables, posting events to registered keys and queueing keys with the service by signalling them.