API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans.beancontext. BeanContextMembershipListener View Source
Author(s)
Laurence P. G. Cable
Since
1.2
Version
1.13, 11/17/05
Serial
Hierarchy
 EventListener
      BeanContextMembershipListener
Subinterfaces
Description
public interface BeanContextMembershipListener
  Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
See also:    BeanContext
Methods
Hide/Show inherited methods
public void childrenAdded (BeanContextMembershipEvent bcme)
  Called when a child or list of children is added to a BeanContext that this listener is registered with.
public void childrenRemoved (BeanContextMembershipEvent bcme)
  Called when a child or list of children is removed from a BeanContext that this listener is registered with.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar