|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpConnectionListener | |
jain.jcc |
Uses of JcpConnectionListener in jain.jcc |
Subinterfaces of JcpConnectionListener in jain.jcc | |
interface |
JccConnectionListener
This interface is an extension of the JccCallListener and the JcpConnectionListener interface and reports state changes both of the JccCall and its JccConnections. |
Methods in jain.jcc with parameters of type JcpConnectionListener | |
void |
JccProvider.addConnectionListener(JcpConnectionListener connectionlistener,
EventFilter filter)
Add a connection listener to all connections under this JcpProvider. |
void |
JccProvider.removeConnectionListener(JcpConnectionListener connectionlistener)
Removes a connection listener that was registered using this.addConnectionListener. |
void |
JccCall.addConnectionListener(JcpConnectionListener cl,
EventFilter filter)
Add a connection listener to all connections under this call. |
void |
JccCall.removeConnectionListener(JcpConnectionListener cl)
Removes the connection listener from all connections under this call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |