Package org.eclipse.jetty.util.component
Interface Container.Listener
-
- All Known Subinterfaces:
Container.InheritedListener
- Enclosing interface:
- Container
@Deprecated(since="2021-05-27") public static interface Container.ListenerDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.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 Deprecated Methods Modifier and Type Method Description voidbeanAdded(Container parent, java.lang.Object child)Deprecated.voidbeanRemoved(Container parent, java.lang.Object child)Deprecated.
-