JCAT
v0.3.1

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

Packages that use JccCallEvent
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 JccCallEvent in javax.csapi.cc.jcc
 

Subinterfaces of JccCallEvent in javax.csapi.cc.jcc
 interface JccConnectionEvent
          This is the base interface for all JccConnection related events.
 

Methods in javax.csapi.cc.jcc with parameters of type JccCallEvent
 void JccCallListener.callSuperviseStart(JccCallEvent callevent)
          Indicates that the supervision of the call has started.
 void JccCallListener.callSuperviseEnd(JccCallEvent callevent)
          Indicates that the supervision of the call has ended.
 void JccCallListener.callActive(JccCallEvent callevent)
          Indicates that the state of the JccCall object has changed to JccCall.ACTIVE.
 void JccCallListener.callInvalid(JccCallEvent callevent)
          Indicates that the state of the JccCall object has changed to JccCall.INVALID.
 void JccCallListener.callEventTransmissionEnded(JccCallEvent callevent)
          This method is called to indicate that the application will no longer receive JccCallEvent events of the call on the instance of the JccCallListener.
 void JccCallListener.callCreated(JccCallEvent callevent)
          Indicates that the state of the JccCall object has changed to JccCall.IDLE.
 

Uses of JccCallEvent in javax.jcat
 

Subinterfaces of JccCallEvent in javax.jcat
 interface JcatCallEvent
          This is the base interface for all JcatConnection related events.
 interface JcatConnectionEvent
          This is the base interface for all JcatConnection related events.
 


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