Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.beans.beancontext
Interface BeanContextMembershipListener  view BeanContextMembershipListener download BeanContextMembershipListener.java

All Superinterfaces:
java.util.EventListener

public interface BeanContextMembershipListener
extends java.util.EventListener

This is the interface to which BeanContextMembershipEvents are sent. This happens when children are added to or removed from a BeanContext.

Since:
JDK1.2

Method Summary
 void childrenAdded(BeanContextMembershipEvent event)
          When beans are added to a BeanContext, this method is called to fire the event.
 void childrenRemoved(BeanContextMembershipEvent event)
          When beans are removed from a BeanContext, this method is called to fire the event.
 

Method Detail

childrenAdded

public void childrenAdded(BeanContextMembershipEvent event)
When beans are added to a BeanContext, this method is called to fire the event.


childrenRemoved

public void childrenRemoved(BeanContextMembershipEvent event)
When beans are removed from a BeanContext, this method is called to fire the event.