| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The CallControlConnectionEvent interface is the base interface 
 for all callcontrol package Connection-related events. All 
 events which pertain to the CallControlConnection interface 
 must extend this interface. This interface extends both the 
 CallControlCallEvent and ConnectionEvent 
 interfaces.
 
 The callcontrol package defines events which are reported when
 the CallControlConnection state changes. These events have the
 following IDs:
 CALLCTL_CONNECTION_ALERTING, 
 CALLCTL_CONNECTION_DIALING,
 CALLCTL_CONNECTION_DISCONNECTED, 
 CALLCTL_CONNECTION_ESTABLISHED, 
 CALLCTL_CONNECTION_FAILED, 
 CALLCTL_CONNECTION_INITIATED, 
 CALLCTL_CONNECTION_NETWORK_ALERTING, 
 CALLCTL_CONNECTION_NETWORK_REACHED, 
 CALLCTL_CONNECTION_OFFERED,
 CALLCTL_CONNECTION_QUEUED and 
 CALLCTL_CONNECTION_UNKNOWN. 
 
 Each of these events is reported to the corresponding method for 
 an application registered as a CallControlConnectionListener
 or CallControlTerminalConnectionListener.
Connection, 
CallListener, 
ConnectionEvent, 
CallControlConnection, 
CallControlCall, 
CallControlCallEvent, 
CallControlCallListener, 
CallControlConnectionListener, 
CallControlTerminalConnectionListener| Field Summary | |
| static int | CALLCTL_CONNECTION_ALERTINGThe CALLCTL_CONNECTION_ALERTINGevent indicates that 
 the state of theCallControlConnectionobject has changed
 toCallControlConnection.ALERTING. | 
| static int | CALLCTL_CONNECTION_DIALINGThe CALLCTL_CONNECTION_DIALINGevent indicates that 
 the state of theCallControlConnectionobject has changed
 toCallControlConnection.DIALING. | 
| static int | CALLCTL_CONNECTION_DISCONNECTEDThe CALLCTL_CONNECTION_DISCONNECTEDevent indicates that 
 the state of theCallControlConnectionobject has changed toCallControlConnection.DISCONNECTED. | 
| static int | CALLCTL_CONNECTION_ESTABLISHEDThe CALLCTL_CONNECTION_ESTABLISHEDevent indicates that 
 the state of theCallControlConnectionobject has changed toCallControlConnection.ESTABLISHED. | 
| static int | CALLCTL_CONNECTION_FAILEDThe CALLCTL_CONNECTION_FAILEDevent indicates that the 
 state of theCallControlConnectionobject has changed toCallControlConnection.FAILED. | 
| static int | CALLCTL_CONNECTION_INITIATEDThe CALLCTL_CONNECTION_INITIATEDevent indicates that the 
 state of theCallControlConnectionobject has changed toCallControlConnection.INITIATED. | 
| static int | CALLCTL_CONNECTION_NETWORK_ALERTINGThe CALLCTL_CONNECTION_NETWORK_ALERTINGevent indicates 
 that the state of theCallControlConnectionobject has 
 changed toCallControlConnection.NETWORK_ALERTING. | 
| static int | CALLCTL_CONNECTION_NETWORK_REACHEDThe CALLCTL_CONNECTION_NETWORK_REACHEDevent indicates that
 the state of theCallControlConnectionobject has changed 
 toCallControlConnection.NETWORK_REACHED. | 
| static int | CALLCTL_CONNECTION_OFFEREDThe CALLCTL_CONNECTION_OFFEREDevent indicates that the 
 state of theCallControlConnectionobject has changed toCallControlConnection.OFFERED. | 
| static int | CALLCTL_CONNECTION_QUEUEDThe CALLCTL_CONNECTION_QUEUEDevent indicates that the 
 state of theCallControlConnectionobject has changed toCallControlConnection.QUEUED. | 
| static int | CALLCTL_CONNECTION_UNKNOWNThe CALLCTL_CONNECTION_UNKNOWNevent indicates that the 
 state of theCallControlConnectionobject has changed toCallControlConnection.UNKNOWN. | 
| Fields inherited from interface javax.telephony.callcontrol.CallControlEvent | 
| CAUSE_ALTERNATE, CAUSE_BUSY, CAUSE_CALL_BACK, CAUSE_CALL_NOT_ANSWERED, CAUSE_CALL_PICKUP, CAUSE_CONFERENCE, CAUSE_DO_NOT_DISTURB, CAUSE_PARK, CAUSE_REDIRECTED, CAUSE_REORDER_TONE, CAUSE_TRANSFER, CAUSE_TRUNKS_BUSY, CAUSE_UNHOLD | 
| Fields inherited from interface javax.telephony.Event | 
| CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN | 
| Fields inherited from interface javax.telephony.CallEvent | 
| CALL_ACTIVE, CALL_EVENT_TRANSMISSION_ENDED, CALL_INVALID | 
| Fields inherited from interface javax.telephony.ConnectionEvent | 
| CONNECTION_ALERTING, CONNECTION_CONNECTED, CONNECTION_CREATED, CONNECTION_DISCONNECTED, CONNECTION_FAILED, CONNECTION_IN_PROGRESS, CONNECTION_UNKNOWN | 
| Method Summary | |
|  java.lang.String | getDigits()Returns the digits that have already been dialed. | 
|  int | getNumberInQueue()Returns the number of Connections which are queued at the Address of this Connection. | 
| Methods inherited from interface javax.telephony.callcontrol.CallControlCallEvent | 
| getCalledAddress, getCallingAddress, getCallingTerminal, getLastRedirectedAddress | 
| Methods inherited from interface javax.telephony.callcontrol.CallControlEvent | 
| getCallControlCause | 
| Methods inherited from interface javax.telephony.Event | 
| getCause, getID, getMetaEvent, getSource | 
| Methods inherited from interface javax.telephony.CallEvent | 
| getCall | 
| Methods inherited from interface javax.telephony.ConnectionEvent | 
| getConnection | 
| Field Detail | 
public static final int CALLCTL_CONNECTION_ALERTING
CALLCTL_CONNECTION_ALERTING event indicates that 
 the state of the CallControlConnection object has changed
 to CallControlConnection.ALERTING.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionAlerting(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_DIALING
CALLCTL_CONNECTION_DIALING event indicates that 
 the state of the CallControlConnection object has changed
 to CallControlConnection.DIALING.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionDialing(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_DISCONNECTED
CALLCTL_CONNECTION_DISCONNECTED event indicates that 
 the state of the CallControlConnection object has changed to
 CallControlConnection.DISCONNECTED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionDisconnected(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_ESTABLISHED
CALLCTL_CONNECTION_ESTABLISHED event indicates that 
 the state of the CallControlConnection object has changed to 
 CallControlConnection.ESTABLISHED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionEstablished(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_FAILED
CALLCTL_CONNECTION_FAILED event indicates that the 
 state of the CallControlConnection object has changed to 
 CallControlConnection.FAILED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionFailed(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_INITIATED
CALLCTL_CONNECTION_INITIATED event indicates that the 
 state of the CallControlConnection object has changed to 
 CallControlConnection.INITIATED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionInitiated(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_NETWORK_ALERTING
CALLCTL_CONNECTION_NETWORK_ALERTING event indicates 
 that the state of the CallControlConnection object has 
 changed to CallControlConnection.NETWORK_ALERTING.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionNetworkAlerting(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_NETWORK_REACHED
CALLCTL_CONNECTION_NETWORK_REACHED event indicates that
 the state of the CallControlConnection object has changed 
 to CallControlConnection.NETWORK_REACHED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionNetworkReached(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_OFFERED
CALLCTL_CONNECTION_OFFERED event indicates that the 
 state of the CallControlConnection object has changed to
 CallControlConnection.OFFERED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionOffered(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_QUEUED
CALLCTL_CONNECTION_QUEUED event indicates that the 
 state of the CallControlConnection object has changed to
 CallControlConnection.QUEUED.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionQueued(
 CallControlConnectionEvent ) method.
public static final int CALLCTL_CONNECTION_UNKNOWN
CALLCTL_CONNECTION_UNKNOWN event indicates that the 
 state of the CallControlConnection object has changed to
 CallControlConnection.UNKNOWN.
 
 This constant indicates a specific event passed via the 
 CallControlConnectionEvent event, and is reported on the 
 CallControlCallListener interface by calling the 
 CallControlConnectionListener.connectionUnknown(
 CallControlConnectionEvent ) method.
| Method Detail | 
public java.lang.String getDigits()
public int getNumberInQueue()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||