|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpCallListener | |
jain.jcc | |
jain.jcp |
Uses of JcpCallListener in jain.jcc |
Subinterfaces of JcpCallListener in jain.jcc | |
interface |
JccCallListener
This interface reports all changes to the JccCall object. |
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 JcpCallListener | |
void |
JccProvider.addCallListener(JcpCallListener calllistener)
Add a call listener to all call objects that will be created under the domain of this provider. |
void |
JccProvider.addCallListener(JcpCallListener calllistener,
EventFilter filter)
Add a call listener to all call objects that will be created under the domain of this provider. |
void |
JccProvider.removeCallListener(JcpCallListener calllistener)
Removes a call listener that was registered using JccProvider.addCallListener. |
void |
JccCall.addCallListener(JcpCallListener calllistener,
EventFilter filter)
Add a listener to this call. |
Uses of JcpCallListener in jain.jcp |
Subinterfaces of JcpCallListener in jain.jcp | |
interface |
JcpConnectionListener
This interface is an extension of the JcpCallListener interface and reports state changes both of the JcpCall and its JcpConnections. |
Methods in jain.jcp with parameters of type JcpCallListener | |
void |
JcpCall.addCallListener(JcpCallListener calllistener)
Add a listener to this call. |
void |
JcpCall.removeCallListener(JcpCallListener calllistener)
Removes a listener from this call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |