jain.jcc
Interface JccCallListener

All Known Subinterfaces:
JccConnectionListener

public interface JccCallListener
extends JcpCallListener

This interface reports all changes to the JccCall object.

The JccConnectionListener interface extends this interface. This reflects the fact that all JccConnection events can be reported via the JccCallListener interface.


Method Summary
 void callSuperviseEnd(JccCallEvent callevent)
          Indicates that the supervision of the call has ended.
 void callSuperviseStart(JccCallEvent callevent)
          Indicates that the supervision of the call has started.
 
Methods inherited from interface jain.jcp.JcpCallListener
callActive, callCreated, callEventTransmissionEnded, callInvalid
 

Method Detail

callSuperviseStart

public void callSuperviseStart(JccCallEvent callevent)
Indicates that the supervision of the call has started.
Parameters:
callevent - JccCallevent.

callSuperviseEnd

public void callSuperviseEnd(JccCallEvent callevent)
Indicates that the supervision of the call has ended.
Parameters:
callevent - JccCallevent.


3 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems