|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface for all JccCall
-related events.
Field Summary | |
static int |
CALL_ACTIVE
The CALL_ACTIVE event indicates that the state of the Call object has changed to JccCall.ACTIVE . |
static int |
CALL_CREATED
The CALL_CREATED event indicates that the JccCall object has been created and is in the JccCall.IDLE state. |
static int |
CALL_EVENT_TRANSMISSION_ENDED
The CALL_EVENT_TRANSMISSION_ENDED event indicates that the application will no longer receive JccCall events from this call on the instance of the JccCallListener. |
static int |
CALL_INVALID
The CALL_INVALID event indicates that the state of the JccCall object has changed to JccCall.INVALID . |
static int |
CALL_SUPERVISE_END
The CALL_SUPERVISE_END event indicates that the supervision of the call has ended. |
static int |
CALL_SUPERVISE_START
The CALL_SUPERVISE_START event indicates that the supervision of the call has started. |
Method Summary | |
JccCall |
getCall()
Returns the JccCall object associated with this event. |
Methods inherited from interface javax.csapi.cc.jcc.JccEvent |
getCause, getID, getSource |
Field Detail |
public static final int CALL_SUPERVISE_START
JccCall.superviseCall(JccCallListener,double,int)
.
public static final int CALL_SUPERVISE_END
JccCall.superviseCall(JccCallListener,double,int)
.
public static final int CALL_ACTIVE
JccCall.ACTIVE
.
JccCallListener.callActive(JccCallEvent)
method.
public static final int CALL_INVALID
JccCall.INVALID
.
JccCallListener.callInvalid(JccCallEvent)
method.
public static final int CALL_EVENT_TRANSMISSION_ENDED
JccCallListener.callEventTransmissionEnded(JccCallEvent)
method.
public static final int CALL_CREATED
JccCall.IDLE
state.
JccCallListener.callCreated(JccCallEvent)
method.
Method Detail |
public JccCall getCall()
JccEvent.getSource()
.
|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright - 2001, 2003 Sun Microsystems