|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanContextMembershipListener extends EventListener
Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
BeanContext| Modifier and Type | Method and Description |
|---|---|
void |
childrenAdded(BeanContextMembershipEvent bcme)
Called when a child or list of children is added to a BeanContext that this listener is registered with. |
void |
childrenRemoved(BeanContextMembershipEvent bcme)
Called when a child or list of children is removed from a BeanContext that this listener
is registered with. |
| Method Detail |
|---|
void childrenAdded(BeanContextMembershipEvent bcme)
BeanContext that this listener is registered with.
bcme - The BeanContextMembershipEvent
describing the change that occurred.void childrenRemoved(BeanContextMembershipEvent bcme)
BeanContext that this listener
is registered with.
bcme - The BeanContextMembershipEvent
describing the change that occurred.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.