|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
P - The parent, that is the source of the event.C - The child, this is the child that is being added or removed from the parent.public interface ChildListener<P,C>
A listener for ChildEvents.
ChildEvent| Method Summary | |
|---|---|
void |
childAdded(ChildEvent<P,C> evt)
Callback to indicate that a parent object has a new child. |
void |
childRemoved(ChildEvent<P,C> evt)
Callback to indicate that a parent object has lost an existing child. |
| Method Detail |
|---|
void childAdded(ChildEvent<P,C> evt)
evt - The event details.void childRemoved(ChildEvent<P,C> evt)
evt - The event details.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||