Package org.eclipse.jetty.util
Interface PathWatcher.Listener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
PropertyUserStore
- Enclosing class:
- PathWatcher
@Deprecated public static interface PathWatcher.Listener extends java.util.EventListenerDeprecated.This api is not supported anymore. Please do not use it.Listener for path change events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonPathWatchEvent(PathWatcher.PathWatchEvent event)Deprecated.
-
-
-
Method Detail
-
onPathWatchEvent
void onPathWatchEvent(PathWatcher.PathWatchEvent event)
Deprecated.
-
-