|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.beans.beancontext
Interface BeanContextMembershipListener

- 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.
|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC