|
JCC v0.9.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpConnectionEvent | |
jain.application.services.jcc | This package contains JAIN Call Control API interfaces. |
jain.application.services.jcp | This package contains the classes and interfaces in the JAIN Core Package API that make up the common subset between JTAPI and JCC. |
Uses of JcpConnectionEvent in jain.application.services.jcc |
Subinterfaces of JcpConnectionEvent in jain.application.services.jcc | |
interface |
JccConnectionEvent
This is the base interface for all JccConnection related events. |
Uses of JcpConnectionEvent in jain.application.services.jcp |
Methods in jain.application.services.jcp with parameters of type JcpConnectionEvent | |
void |
JcpConnectionListener.connectionCreated(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection object has just been created. |
void |
JcpConnectionListener.connectionAlerting(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.ALERTING state |
void |
JcpConnectionListener.connectionConnected(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.CONNECTED state |
void |
JcpConnectionListener.connectionInProgress(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.INPROGRESS state |
void |
JcpConnectionListener.connectionFailed(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.FAILED state |
void |
JcpConnectionListener.connectionDisconnected(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.DISCONNECTED state |
void |
JcpConnectionListener.connectionUnknown(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.UNKNOWN state |
|
JCC v0.9.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |