FileDocCategorySizeDatePackage
BeanContextMembershipListener.javaAPI DocJava SE 5 API1301Fri Aug 26 14:56:58 BST 2005java.beans.beancontext

BeanContextMembershipListener

public interface BeanContextMembershipListener implements EventListener

Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.

author
Laurence P. G. Cable
version
1.12, 12/19/03
since
1.2
see
java.beans.beancontext.BeanContext

Fields Summary
Constructors Summary
Methods Summary
public voidchildrenAdded(java.beans.beancontext.BeanContextMembershipEvent bcme)
Called when a child or list of children is added to a BeanContext that this listener is registered with.

param
bcme The BeanContextMembershipEvent describing the change that occurred.

public voidchildrenRemoved(java.beans.beancontext.BeanContextMembershipEvent bcme)
Called when a child or list of children is removed from a BeanContext that this listener is registered with.

param
bcme The BeanContextMembershipEvent describing the change that occurred.