Package org.eclipse.jetty.util.component
Interface Container.Listener
-
- All Known Subinterfaces:
Container.InheritedListener
- All Known Implementing Classes:
MBeanContainer
- Enclosing interface:
- Container
public static interface Container.Listener
A listener for Container events. If an added bean implements this interface it will receive the events for this container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beanAdded(Container parent, java.lang.Object child)
void
beanRemoved(Container parent, java.lang.Object child)
-