|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpCallEvent | |
jain.jcc | |
jain.jcp |
Uses of JcpCallEvent in jain.jcc |
Subinterfaces of JcpCallEvent in jain.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.jcp |
Subinterfaces of JcpCallEvent in jain.jcp | |
interface |
JcpConnectionEvent
This is the base interface for all JcpConnection related events. |
Methods in jain.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |