|
||||||||||
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 JcpConnections.
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.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
state
connectionevent
- event resulting from state change.public void connectionConnected(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.CONNECTED
state
connectionevent
- event resulting from state change.public void connectionInProgress(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.INPROGRESS
state
connectionevent
- event resulting from state change.public void connectionFailed(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.FAILED
state
connectionevent
- event resulting from state change.public void connectionDisconnected(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.DISCONNECTED
state
connectionevent
- event resulting from state change.public void connectionUnknown(JcpConnectionEvent connectionevent)
JcpConnection
has just been placed in the JcpConnection.UNKNOWN
state
connectionevent
- event resulting from state change.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |