| Interface | Description |
|---|---|
| Watchable |
An object that may be registered with a watch service so that it can be
<em>watched</em> for changes and events.
|
| WatchEvent.Kind<T> |
An event kind, for the purposes of identification.
|
| WatchEvent.Modifier |
An event modifier that qualifies how a
Watchable is registered
with a WatchService. |
| Class | Description |
|---|---|
| Demo | |
| StandardWatchEventKind |
Defines the <em>standard</em> event kinds.
|
| WatchableFile | |
| WatchEvent<T> |
An event or a repeated event for an object that is registered with a
WatchService. |
| WatchKey |
A token representing the registration of a
watchable object
with a WatchService. |
| WatchService |
| Exception | Description |
|---|---|
| ClosedWatchServiceException |
Unchecked exception thrown when an attempt is made to invoke an operation on
a watch service that is closed.
|
| ProviderMismatchException |
Unchecked exception thrown when an attempt is made to invoke a method on an
object created by one file system provider with a parameter created by a
different file system provider.
|
Copyright © 2015. All rights reserved.