| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<PathWatcher.PathWatchEvent> |
PathWatcher.PathPendingEvents.getEvents() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PathWatcher.PathPendingEvents.addEvent(PathWatcher.PathWatchEvent event) |
|
void |
PathWatcher.addToPendingList(java.nio.file.Path path,
PathWatcher.PathWatchEvent event) |
Add an event reported by the WatchService to list of pending events
that will be sent after their quiet time has expired.
|
void |
PathWatcher.Listener.onPathWatchEvent(PathWatcher.PathWatchEvent event) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
PathWatcher.notifyOnPathWatchEvents(java.util.List<PathWatcher.PathWatchEvent> events) |
Generate events to the listeners.
|
void |
PathWatcher.EventListListener.onPathWatchEvents(java.util.List<PathWatcher.PathWatchEvent> events) |
| Constructor | Description |
|---|---|
PathPendingEvents(java.nio.file.Path path,
PathWatcher.PathWatchEvent event) |
Copyright © 1995–2018 Webtide. All rights reserved.