|
JCC v0.9.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpCallEvent | |
jain.application.services.jcc | This package contains JAIN Call Control API interfaces. |
jain.application.services.jcp | This package contains the classes and interfaces in the JAIN Core Package API that make up the common subset between JTAPI and JCC. |
Uses of JcpCallEvent in jain.application.services.jcc |
Subinterfaces of JcpCallEvent in jain.application.services.jcc | |
interface |
JccCallEvent
This is the base interface for all JccCall -related events. |
interface |
JccConnectionEvent
This is the base interface for all JccConnection related events. |
Uses of JcpCallEvent in jain.application.services.jcp |
Subinterfaces of JcpCallEvent in jain.application.services.jcp | |
interface |
JcpConnectionEvent
This is the base interface for all JcpConnection related events. |
Methods in jain.application.services.jcp with parameters of type JcpCallEvent | |
void |
JcpCallListener.callActive(JcpCallEvent callevent)
Indicates that the state of the JcpCall object has changed to JcpCall.ACTIVE . |
void |
JcpCallListener.callInvalid(JcpCallEvent callevent)
Indicates that the state of the JcpCall object has changed to JcpCall.INVALID . |
void |
JcpCallListener.callEventTransmissionEnded(JcpCallEvent callevent)
This method is called to indicate that the application will no longer receive JcpCallEvent events on the instance of the JcpCallListener. |
void |
JcpCallListener.callCreated(JcpCallEvent callevent)
Indicates that the state of the JcpCall object has changed to JcpCall.IDLE . |
|
JCC v0.9.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |