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.
-
ID
- Event id
-
getNumberInQueue()
- Indicates how many connections are queued at this connection's Address.
ID
public final static int ID
- Event id
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