Package org.eclipse.jetty.util
Interface PathWatcher.Listener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
PropertyUserStore
- Enclosing class:
- PathWatcher
@Deprecated(since="2021-05-27") public static interface PathWatcher.Listener extends java.util.EventListener
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Listener for path change events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onPathWatchEvent(PathWatcher.PathWatchEvent event)
Deprecated.
-
-
-
Method Detail
-
onPathWatchEvent
void onPathWatchEvent(PathWatcher.PathWatchEvent event)
Deprecated.
-
-