| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Method and Description |
|---|---|
List<PathWatcher.PathWatchEvent> |
PathWatcher.PathPendingEvents.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathWatcher.PathPendingEvents.addEvent(PathWatcher.PathWatchEvent event) |
void |
PathWatcher.addToPendingList(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 and Description |
|---|---|
protected void |
PathWatcher.notifyOnPathWatchEvents(List<PathWatcher.PathWatchEvent> events)
Generate events to the listeners.
|
void |
PathWatcher.EventListListener.onPathWatchEvents(List<PathWatcher.PathWatchEvent> events) |
| Constructor and Description |
|---|
PathPendingEvents(Path path,
PathWatcher.PathWatchEvent event) |
Copyright © 1995-2016 Webtide. All Rights Reserved.