JCAT
v0.3.1

Uses of Interface
javax.csapi.cc.jcc.JccCallListener

Packages that use JccCallListener
javax.csapi.cc.jcc This package contains Java Call Control API interfaces. 
javax.jcat This package contains Java CAll control exTensions API interfaces. 
 

Uses of JccCallListener in javax.csapi.cc.jcc
 

Subinterfaces of JccCallListener in javax.csapi.cc.jcc
 interface JccConnectionListener
          This interface is an extension of the JccCallListener interface and reports state changes both of the JccCall and its JccConnections.
 

Methods in javax.csapi.cc.jcc with parameters of type JccCallListener
 void JccProvider.addCallListener(JccCallListener calllistener)
          Add a call listener to all (future and current) call objects within the domain of this provider.
 void JccProvider.removeCallListener(JccCallListener calllistener)
          Removes a call listener that was previously registered.
 void JccCall.superviseCall(JccCallListener calllistener, double time, int treatment)
          The application calls this method to supervise a call.
 void JccCall.addCallListener(JccCallListener calllistener)
          Add a listener to this call.
 void JccCall.removeCallListener(JccCallListener calllistener)
          Removes a listener from this call.
 

Uses of JccCallListener in javax.jcat
 

Subinterfaces of JccCallListener in javax.jcat
 interface JcatConnectionListener
          This interface is an extension of the JccConnectionListener interface and reports state changes both of the JccCall and its JcatConnections.
 

Methods in javax.jcat with parameters of type JccCallListener
 void JcatTerminal.addCallListener(JccCallListener listener)
          Adds a listener to a JcatCall when this JcatTerminal first becomes part of that JcatCall.
 void JcatTerminal.removeCallListener(JccCallListener calllistener)
           
 


JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems