Package org.eclipse.jetty.util.component
Interface Container.InheritedListener
-
- All Superinterfaces:
Container.Listener
- All Known Implementing Classes:
MBeanContainer
- Enclosing interface:
- Container
@Deprecated public static interface Container.InheritedListener extends Container.Listener
Deprecated.This api is not supported anymore. Please do not use it.Inherited Listener. If an added bean implements this interface, then it will be added to all contained beans that are themselves Containers
-
-
Method Summary
-
Methods inherited from interface org.eclipse.jetty.util.component.Container.Listener
beanAdded, beanRemoved
-
-