|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CallCenterCallEvent
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 |
| 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 |
| 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 |
| Methods inherited from interface javax.telephony.Event |
|---|
getCause, getID, getMetaEvent, getSource |
| Field Detail |
|---|
static final int CALLCENT_CALL_APPLICATION_DATA_EVENT
| Method Detail |
|---|
Address getCallingAddress()
If the calling address is unknown or not yet known, this method returns null.
Terminal getCallingTerminal()
If the calling Terminal is unknown or not yet know, this method returns null.
Address getCalledAddress()
If the called address is unknown or not yet known, this method returns null.
Address getLastRedirectedAddress()
If the the last redirected address is unknown or not yet known, this method returns null.
java.lang.Object getApplicationData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||