java.beans.beancontext
Interface BeanContextMembershipListener
java.lang.Object
|
+--java.util.EventListener
|
+--java.beans.beancontext.BeanContextMembershipListener
All Implemented Interfaces:
EventListener
public interface
BeanContextMembershipListenerimplements
EventListener This is the interface to which BeanContextMembershipEvent
s are sent.
This happens when children are added to or removed from a
BeanContext
.
Since:Author: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:
BeanContextMembershipEvent
s are sent. This happens when children are added to or removed from aBeanContext
.