|
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 CallPeerListener
Receives events notifying of changes that have occurred within a CallPeer. Such changes may pertain to current call peer state, their display name, address, image and (possibly in the future) others.
| Method Summary | |
|---|---|
void |
peerAddressChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the address of the source CallPeer. |
void |
peerDisplayNameChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the display name of the source CallPeer. |
void |
peerImageChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the image of the source CallPeer. |
void |
peerStateChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the status of the source CallPeer. |
void |
peerTransportAddressChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the transport address that we use to communicate with the peer. |
| Method Detail |
|---|
void peerStateChanged(CallPeerChangeEvent evt)
evt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new status.void peerDisplayNameChanged(CallPeerChangeEvent evt)
evt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new display names.void peerAddressChanged(CallPeerChangeEvent evt)
evt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new address.void peerTransportAddressChanged(CallPeerChangeEvent evt)
evt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new transport address.void peerImageChanged(CallPeerChangeEvent evt)
evt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new image.
|
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 | |||||||||