|
JCC v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is an extension of the JcpCallListener interface and reports
state changes both of the JcpCall
and its JcpConnection
s.
Method Summary | |
void |
connectionAlerting(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.ALERTING state |
void |
connectionConnected(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.CONNECTED state |
void |
connectionCreated(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection object has just been created. |
void |
connectionDisconnected(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.DISCONNECTED state |
void |
connectionFailed(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.FAILED state |
void |
connectionInProgress(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.INPROGRESS state |
void |
connectionUnknown(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.UNKNOWN state |
Methods inherited from interface jain.application.services.jcp.JcpCallListener |
callActive, callCreated, callEventTransmissionEnded, callInvalid |
Method Detail |
public void connectionCreated(JcpConnectionEvent connectionevent)
JcpConnection
object has just been created.connectionevent
- event resulting from state change.public void connectionAlerting(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.ALERTING
stateconnectionevent
- event resulting from state change.public void connectionConnected(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.CONNECTED
stateconnectionevent
- event resulting from state change.public void connectionInProgress(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.INPROGRESS
stateconnectionevent
- event resulting from state change.public void connectionFailed(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.FAILED
stateconnectionevent
- event resulting from state change.public void connectionDisconnected(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.DISCONNECTED
stateconnectionevent
- event resulting from state change.public void connectionUnknown(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.UNKNOWN
stateconnectionevent
- event resulting from state change.
|
JCC v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |