org.mortbay.component
Interface Container.Listener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- MBeanContainer
- Enclosing interface:
- Container
- public static interface Container.Listener
- extends EventListener
Listener.
A listener for Container events.
addBean
public void addBean(Object bean)
removeBean
public void removeBean(Object bean)
add
public void add(Container.Relationship relationship)
remove
public void remove(Container.Relationship relationship)
Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.