|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChildListener | |
|---|---|
| com.avaya.conferencing.api.acp.control | The Avaya Conferencing Provider Interface API. |
| com.avaya.conferencing.api.acp.control.events | Avaya Conferencing Provider Interface Events. |
| Uses of ChildListener in com.avaya.conferencing.api.acp.control |
|---|
| Methods in com.avaya.conferencing.api.acp.control with parameters of type ChildListener | ||
|---|---|---|
void |
ConferencingObjectContainer.addChildListener(ChildListener<? super T,? extends ConferencingObject<?>> listener)
Registers a ChildListener against all child classes of this ConferencingObject instance. |
|
|
ConferencingObjectContainer.addChildListener(java.lang.Class<S> clazz,
ChildListener<? super T,? super S> listener)
Registers a ChildListener against the specified child class for this ConferencingObject instance. |
|
void |
ConferencingObjectQueue.addEntryListener(ChildListener<? super Q,? super E> childListener)
Registers a ChildListener against the specified child class for this ConferencingObject instance. |
|
void |
ConferencingObjectContainer.removeChildListener(ChildListener<? super T,? extends ConferencingObject<?>> listener)
Unregisters a ChildListener previously registered against all child classes of this ConferencingObject instance. |
|
|
ConferencingObjectContainer.removeChildListener(java.lang.Class<S> clazz,
ChildListener<? super T,? super S> listener)
Unregisters a ChildListener previously registered against the specified child class for this ConferencingObject instance. |
|
void |
ConferencingObjectQueue.removeEntryListener(ChildListener<? super Q,? super E> childListener)
Registers a ChildListener against the specified child class for this ConferencingObjectQueue instance. |
|
| Uses of ChildListener in com.avaya.conferencing.api.acp.control.events |
|---|
| Subinterfaces of ChildListener in com.avaya.conferencing.api.acp.control.events | |
|---|---|
interface |
ConferenceEndPointListener
A listener for EndPoint instances joining and leaving Conference instances. |
interface |
ConferenceListener
A listener for Conference instances starting and stopping on the connected Avaya Conferencing Provider Connection. |
interface |
ConferenceQueueListener
A listener for Conference instances joining and leaving a ConferenceQueue. |
interface |
ConferencingObjectQueueListener<Q extends ConferencingObjectQueue<Q,E>,E extends ConferencingObject<E>>
A listener for entries being added to, reordered within or removed from ConferencingObjectQueues. |
interface |
EndPointQueueListener
A listener for EndPoint instances joining and leaving a EndPointQueue. |
|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||