Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.beans.beancontext

Interface BeanContextMembershipListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.beans.beancontext.BeanContextMembershipListener

All Implemented Interfaces:

EventListener


public interface BeanContextMembershipListener

implements EventListener

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

Since:Author:

Method Summary

voidchildrenAdded(java.beans.beancontext.BeanContextMembershipEvent event)

When beans are added to a BeanContext, this method is called to fire the event.
voidchildrenRemoved(java.beans.beancontext.BeanContextMembershipEvent event)

When beans are removed from a BeanContext, this method is called to fire the event.

Method Details

childrenAdded

public void childrenAdded(java.beans.beancontext.BeanContextMembershipEvent event)

When beans are added to a BeanContext, this method is called to fire the event.

Parameters:

See Also:


childrenRemoved

public void childrenRemoved(java.beans.beancontext.BeanContextMembershipEvent event)

When beans are removed from a BeanContext, this method is called to fire the event.

Parameters:

See Also: