Package org.eclipse.jetty.util.component
Interface Container.InheritedListener
-
- All Superinterfaces:
Container.Listener
- All Known Implementing Classes:
MBeanContainer
- Enclosing interface:
- Container
public static interface Container.InheritedListener extends Container.Listener
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
-
-