| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
| Method Summary | |
| void | childrenAdded(BeanContextMembershipEvent bcme)
|
| void | childrenRemoved(BeanContextMembershipEvent bcme)
|
| Method Detail |
public void childrenAdded(BeanContextMembershipEvent bcme)
bcme
- The BeanContextMembershipEvent describing the change that occurred.
public void childrenRemoved(BeanContextMembershipEvent bcme)
bcme
- The BeanContextMembershipEvent describing the change that occurred.
| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||