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