|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpConnectionEvent | |
jain.jcc | |
jain.jcp |
Uses of JcpConnectionEvent in jain.jcc |
Subinterfaces of JcpConnectionEvent in jain.jcc | |
interface |
JccConnectionEvent
This is the base interface for all JccConnection related events. |
Uses of JcpConnectionEvent in jain.jcp |
Methods in jain.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |