| Package | Description |
|---|---|
| com.barbarysoftware.watchservice |
| Modifier and Type | Method and Description |
|---|---|
static WatchService |
WatchService.newWatchService() |
| Modifier and Type | Method and Description |
|---|---|
WatchKey |
WatchableFile.register(WatchService watcher,
WatchEvent.Kind<?>... events) |
WatchKey |
Watchable.register(WatchService watcher,
WatchEvent.Kind<?>... events)
Registers an object with a watch service.
|
WatchKey |
WatchableFile.register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers) |
WatchKey |
Watchable.register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers)
Registers an object with a watch service.
|
Copyright © 2015. All rights reserved.