-
- All Superinterfaces:
java.util.EventListener
- All Known Subinterfaces:
Container.InheritedListener
- Enclosing interface:
- Container
public static interface Container.Listener extends java.util.EventListenerA 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 voidbeanAdded(Container parent, java.lang.Object child)voidbeanRemoved(Container parent, java.lang.Object child)
-