|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface reports all changes to the Call object.
The JcpCallEvent
interface is the base interface for
all Call-related events.
All Call-related events must extend this interface.
Events which extend this interface are reported via the
JcpCallListener
interface.
An individual JcpCallEvent
conveys one of a series of different
possible Call state changes;
the specific Call state change is indicated by
the Event.getID()
value returned by the event.
The JcpConnectionListener
interface extends this
interface. This reflects the fact that all Connection
events can be reported via the JcpCallListener
interface.
The JcpCallEvent.getCall()
method on this interface returns the
Call
associated with the Call event.
Method Summary | |
void |
callActive(JcpCallEvent callevent)
Indicates that the state of the JcpCall object has changed to JcpCall.ACTIVE . |
void |
callCreated(JcpCallEvent callevent)
Indicates that the state of the JcpCall object has changed to JcpCall.IDLE . |
void |
callEventTransmissionEnded(JcpCallEvent callevent)
This method is called to indicate that the application will no longer receive JcpCallEvent events on the instance of the JcpCallListener. |
void |
callInvalid(JcpCallEvent callevent)
Indicates that the state of the JcpCall object has changed to JcpCall.INVALID . |
Method Detail |
public void callActive(JcpCallEvent callevent)
JcpCall
object has changed to JcpCall.ACTIVE
.
callevent
- JcpCallEvent with eventID JcpCallEvent.CALL_ACTIVE
.public void callInvalid(JcpCallEvent callevent)
JcpCall
object has changed to JcpCall.INVALID
.
callevent
- JcpCallEvent with eventID JcpCallEvent.CALL_INVALID
.public void callEventTransmissionEnded(JcpCallEvent callevent)
callevent
- JcpCallEvent with eventID JcpCallEvent.CALL_EVENT_TRANSMISSION_ENDED
.public void callCreated(JcpCallEvent callevent)
JcpCall.IDLE
.
callevent
- JcpCallEvent with eventID JcpCallEvent.CALL_CREATED
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |