|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface reports all changes to the JccCall
object.
The JccConnectionListener
interface extends this
interface. This reflects the fact that all JccConnectionEvent
s and JccCallEvent
s
events can be reported via the JccConnectionListener interface.
Method Summary | |
void |
callActive(JccCallEvent callevent)
Indicates that the state of the JccCall object has changed to JccCall.ACTIVE . |
void |
callCreated(JccCallEvent callevent)
Indicates that the state of the JccCall object has changed to JccCall.IDLE . |
void |
callEventTransmissionEnded(JccCallEvent callevent)
This method is called to indicate that the application will no longer receive JccCallEvent events of the call on the instance of the JccCallListener. |
void |
callInvalid(JccCallEvent callevent)
Indicates that the state of the JccCall object has changed to JccCall.INVALID . |
void |
callSuperviseEnd(JccCallEvent callevent)
Indicates that the supervision of the call has ended. |
void |
callSuperviseStart(JccCallEvent callevent)
Indicates that the supervision of the call has started. |
Method Detail |
public void callSuperviseStart(JccCallEvent callevent)
callevent
- JccCallevent.public void callSuperviseEnd(JccCallEvent callevent)
callevent
- JccCallevent.public void callActive(JccCallEvent callevent)
JccCall
object has changed to JccCall.ACTIVE
.
callevent
- JccCallEvent with eventID JccCallEvent.CALL_ACTIVE
.public void callInvalid(JccCallEvent callevent)
JccCall
object has changed to JccCall.INVALID
.
callevent
- JccCallEvent with eventID JccCallEvent.CALL_INVALID
.public void callEventTransmissionEnded(JccCallEvent callevent)
callevent
- JccCallEvent with eventID JccCallEvent.CALL_EVENT_TRANSMISSION_ENDED
.public void callCreated(JccCallEvent callevent)
JccCall.IDLE
.
callevent
- JccCallEvent with eventID JccCallEvent.CALL_CREATED
.
|
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