Interface java.telephony.callcontrol.events.CallCtlConnQueuedEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcontrol.events.CallCtlConnQueuedEv

public interface CallCtlConnQueuedEv
extends Object
extends CallCtlConnEv
The CallCtlConnQueuedEv indicates that the call control connection state has transitioned to the CallControlConnection.QUEUED state. This method extends the CallControlCallEvent and ConnEv interfaces and is reported on the CallObserver interface.

Variable Index

 o ID
Event id

Method Index

 o getNumberInQueue()
Indicates how many connections are queued at this connection's Address.

Variables

 o ID
  public final static int ID
Event id

Methods

 o getNumberInQueue
  public abstract int getNumberInQueue()
Indicates how many connections are queued at this connection's Address.

All Packages  Class Hierarchy  This Package  Previous  Next  Index