|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The CallCenterCallEvent interface is the interface exposed for all events
reported for the CallCenterCall interface.
This interface extends
the CallCenterEvent interface and the core CallEvent
interface.
All CallCenterCallEvents are reported via
the CallCenterCallListener interface,
to objects registered as Listeners on a CallCenterCall.
Objects register as Listeners of CallCenterCallEvents by implementing
the CallCenterCallListener interface and invoking Call.addListener.
Call,
CallEvent,
CallCenterCall| Field Summary | |
static int |
CALLCENT_CALL_APPLICATION_DATA_EVENT
This event ID indicates that the application data associated with the Call has changed. |
| 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 |
| Method Summary | |
java.lang.Object |
getApplicationData()
Returns the new application data for this call. |
Address |
getCalledAddress()
Returns the called Address associated with this Call. |
Address |
getCallingAddress()
Returns the calling Address associated with this call. |
Terminal |
getCallingTerminal()
Returns the calling Terminal associated with this Call. |
Address |
getLastRedirectedAddress()
Returns the last redirected Address associated with this Call. |
| 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 |
| Field Detail |
public static final int CALLCENT_CALL_APPLICATION_DATA_EVENT
| Method Detail |
public Address getCallingAddress()
If the calling address is unknown or not yet known, this method returns null.
public Terminal getCallingTerminal()
If the calling Terminal is unknown or not yet know, this method returns null.
public Address getCalledAddress()
If the called address is unknown or not yet known, this method returns null.
public Address getLastRedirectedAddress()
If the the last redirected address is unknown or not yet known, this method returns null.
public java.lang.Object getApplicationData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||