Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.events
Interface ChildListener<P,C>

Type Parameters:
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.
All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
ConferenceEndPointListener, ConferenceListener, ConferenceQueueListener, ConferencingObjectQueueListener<Q,E>, EndPointQueueListener

public interface ChildListener<P,C>
extends java.util.EventListener

A listener for ChildEvents.

Since:
5.1.0.0.29
See Also:
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

childAdded

void childAdded(ChildEvent<P,C> evt)
Callback to indicate that a parent object has a new child.

Parameters:
evt - The event details.
Since:
5.1.0.0.29

childRemoved

void childRemoved(ChildEvent<P,C> evt)
Callback to indicate that a parent object has lost an existing child.

Parameters:
evt - The event details.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.