java.beans.beancontext
public interface BeanContextMembershipListener extends EventListener
BeanContextMembershipEvent
s 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.
|
BeanContext
,
this method is called to fire the event.
Parameters: event the event, including which children were added.
See Also: BeanContext
BeanContext
,
this method is called to fire the event.
Parameters: event the event, including which children were removed.
See Also: BeanContext