|
JCC v0.9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface for all JcpCall-related events. Events which extend this interface
are reported via methods on the JcpCallListener
interface.
Field Summary | |
static int |
CALL_ACTIVE
The CALL_ACTIVE event indicates that the state of the Call object has changed to JcpCall.ACTIVE . |
static int |
CALL_CREATED
The CALL_CREATED event indicates that the JcpCall object has been created and is in the JcpCall.IDLE state. |
static int |
CALL_EVENT_TRANSMISSION_ENDED
The CALL_EVENT_TRANSMISSION_ENDED event indicates that the application will no longer receive JcpCall events on the instance of the JcpCallListener. |
static int |
CALL_INVALID
The CALL_INVALID event indicates that the state of the JcpCall object has changed to JcpCall.INVALID . |
Fields inherited from interface jain.application.services.jcp.JcpEvent |
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_REDIRECTED,
CAUSE_RESOURCES_NOT_AVAILABLE,
CAUSE_SNAPSHOT,
CAUSE_UNKNOWN |
Method Summary | |
JcpCall |
getCall()
Returns the JcpCall object associated with this event. |
Methods inherited from interface jain.application.services.jcp.JcpEvent |
getCause,
getID,
getSource |
Field Detail |
public static final int CALL_ACTIVE
JcpCall.ACTIVE
.
JcpCallListener.callActive(JcpCallEvent)
method.public static final int CALL_INVALID
JcpCall.INVALID
.
JcpCallListener.callInvalid(JcpCallEvent)
method.public static final int CALL_EVENT_TRANSMISSION_ENDED
JcpCallListener.callEventTransmissionEnded(JcpCallEvent)
method.public static final int CALL_CREATED
JcpCall.IDLE
state.
JcpCallListener.callCreated(JcpCallEvent)
method.Method Detail |
public JcpCall getCall()
|
JCC v0.9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |