public interface

BeanContextMembershipListener

implements EventListener
java.beans.beancontext.BeanContextMembershipListener

Class Overview

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

See Also

Summary

Public Methods
abstract void childrenAdded(BeanContextMembershipEvent bcme)
Called when a child or list of children is added to a BeanContext that this listener is registered with.
abstract void childrenRemoved(BeanContextMembershipEvent bcme)
Called when a child or list of children is removed from a BeanContext that this listener is registered with.

Public Methods

public abstract void childrenAdded (BeanContextMembershipEvent bcme)

Called when a child or list of children is added to a BeanContext that this listener is registered with.

Parameters
bcme The BeanContextMembershipEvent describing the change that occurred.

public abstract void childrenRemoved (BeanContextMembershipEvent bcme)

Called when a child or list of children is removed from a BeanContext that this listener is registered with.

Parameters
bcme The BeanContextMembershipEvent describing the change that occurred.