|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallChangeListener
A call change listener receives events indicating that a call has changed and a peer has either left or joined.
| Method Summary | |
|---|---|
void |
callPeerAdded(CallPeerEvent evt)
Indicates that a new call peer has joined the source call. |
void |
callPeerRemoved(CallPeerEvent evt)
Indicates that a call peer has left the source call. |
void |
callStateChanged(CallChangeEvent evt)
Indicates that a change has occurred in the state of the source call. |
| Method Detail |
|---|
void callPeerAdded(CallPeerEvent evt)
evt - the CallPeerEvent containing the source call
and call peer.void callPeerRemoved(CallPeerEvent evt)
evt - the CallPeerEvent containing the source call
and call peer.void callStateChanged(CallChangeEvent evt)
evt - the CallChangeEvent instance containing the source
calls and its old and new state.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||