Package org.eclipse.jetty.util
Interface PathWatcher.EventListListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- PathWatcher
@Deprecated public static interface PathWatcher.EventListListener extends java.util.EventListenerDeprecated.This api is not supported anymore. Please do not use it.EventListListener Listener that reports accumulated events in one shot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonPathWatchEvents(java.util.List<PathWatcher.PathWatchEvent> events)Deprecated.
-
-
-
Method Detail
-
onPathWatchEvents
void onPathWatchEvents(java.util.List<PathWatcher.PathWatchEvent> events)
Deprecated.
-
-