jain.jcp
Interface JcpCallEvent
- All Known Subinterfaces:
- JccCallEvent, JccConnectionEvent, JcpConnectionEvent
- public interface JcpCallEvent
- extends Event
This is the base interface for all JcpCall-related events. Events which extend this interface
are reported via the JcpCallListener method.
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
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.jcp.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_REDIRECTED,
CAUSE_RESOURCES_NOT_AVAILABLE,
CAUSE_SNAPSHOT,
CAUSE_UNKNOWN |
Method Summary |
JcpCall |
getCall()
Returns the JcpCall object associated with this event. |
CALL_ACTIVE
public static final int CALL_ACTIVE
- The CALL_ACTIVE event
indicates that the state of the Call object has changed to JcpCall.ACTIVE.
This constant corresponds to a specific call state change, is passed via a
JcpCallEvent event and is reported to the JcpCallListener.callActive method.
CALL_INVALID
public static final int CALL_INVALID
- The CALL_INVALID event
indicates that the state of the JcpCall object has changed to JcpCall.INVALID.
This constant corresponds to a specific call state change, is passed via a
JcpCallEvent event and is reported to the JcpCallListener.callInvalid method.
CALL_EVENT_TRANSMISSION_ENDED
public static final 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.
This constant corresponds to a specific call state change, is passed via a
JcpCallEvent event and is reported to the JcpCallListener.callEventTransmissionEnded method.
CALL_CREATED
public static final int CALL_CREATED
- The CALL_CREATED event
indicates that the JcpCall object has been created and is in the
IDLE state.
This constant corresponds to a specific call state change, is passed via a
JcpCallEvent event and is reported to the JcpCallListener.callcreated method.
getCall
public JcpCall getCall()
- Returns the JcpCall object associated with this event.
- Returns:
- JcpCall represents the JcpCall object associated with this JcpCall event.
3 Oct 2000 If you have any comments or queries, please mail them to jcc@research.telcordia.com
Copyright-2000 Sun Microsystems