Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.events
Interface ConferencingObjectQueueListener<Q extends ConferencingObjectQueue<Q,E>,E extends ConferencingObject<E>>

Type Parameters:
Q - Implementing classes use this type parameter to provide type safety.
E - The type of ConferencingObject that this queue
All Superinterfaces:
ChildListener<Q,E>, java.util.EventListener
All Known Subinterfaces:
EndPointQueueListener

public interface ConferencingObjectQueueListener<Q extends ConferencingObjectQueue<Q,E>,E extends ConferencingObject<E>>
extends ChildListener<Q,E>

A listener for entries being added to, reordered within or removed from ConferencingObjectQueues.

Since:
5.1.0.0.29
See Also:
ConferencingObjectQueue, ChildEvent, ChildListener

Method Summary
 void childMoved(ChildEvent<Q,E> evt)
          Callback to indicate that the child has changed position in the queue.
 
Methods inherited from interface com.avaya.conferencing.api.acp.control.events.ChildListener
childAdded, childRemoved
 

Method Detail

childMoved

void childMoved(ChildEvent<Q,E> evt)
Callback to indicate that the child has changed position in the queue.

Parameters:
evt - The event details.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.