JSR-043: JTAPI-1.4

javax.telephony.callcenter
Interface CallCenterConnectionEvent

All Superinterfaces:
CallCenterCallEvent, CallCenterEvent, CallEvent, ConnectionEvent, Event

public interface CallCenterConnectionEvent
extends CallCenterCallEvent, ConnectionEvent

The CallCenterConnectionEvent interface is the interface exposed for all events reported for the CallCenterConnection interface. This interface extends the CallCenterCallEvent interface and the core ConnectionEvent interface.

All CallCenterConnectionEvents are reported via the CallCenterCallListener interface, to objects registered as Listeners to a CallCenterCall. Objects register as Listeners of CallCenterConnectionEvents by implementing the CallCenterCallListener interface and invoking Call.addListener.

Since:
1.4
See Also:
Connection, ConnectionEvent, CallCenterCallEvent

Field Summary
static int CALLCENT_CONNECTION_IN_PROGRESS
          This event ID indicates that Connection has moved into the Connection.INPROGRESS state.
 
Fields inherited from interface javax.telephony.callcenter.CallCenterCallEvent
CALLCENT_CALL_APPLICATION_DATA_EVENT
 
Fields inherited from interface javax.telephony.callcenter.CallCenterEvent
CAUSE_NO_AVAILABLE_AGENTS
 
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
 
Methods inherited from interface javax.telephony.callcenter.CallCenterCallEvent
getApplicationData, getCalledAddress, getCallingAddress, getCallingTerminal, getLastRedirectedAddress
 
Methods inherited from interface javax.telephony.callcenter.CallCenterEvent
getCallCenterCause
 
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

CALLCENT_CONNECTION_IN_PROGRESS

public static final int CALLCENT_CONNECTION_IN_PROGRESS
This event ID indicates that Connection has moved into the Connection.INPROGRESS state.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org