public interface BeanContextMembershipListener extends EventListener
Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
BeanContext
| Modifier and Type | Method and Description |
|---|---|
void |
childrenAdded(BeanContextMembershipEvent
Called when a child or list of children is added to a
BeanContext that this listener is registered with.
|
void |
childrenRemoved(BeanContextMembershipEvent
Called when a child or list of children is removed from a
BeanContext that this listener is registered with.
|
void childrenAdded(BeanContextMembershipEventbcme)
BeanContext that this listener is registered with.
bcme - The
BeanContextMembershipEvent describing the change that occurred.
void childrenRemoved(BeanContextMembershipEventbcme)
BeanContext that this listener is registered with.
bcme - The
BeanContextMembershipEvent describing the change that occurred.