|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.service.protocol.event.CallPeerAdapter
public abstract class CallPeerAdapter
An abstract adapter class for receiving call peer (change) events. This class exists only as a convenience for creating listener objects.
Extend this class to create a CallPeerChangeEvent listener and override the methods for the events of interest. (If you implement the CallPeerListener interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you only have to define methods for events you care about.)
CallPeerChangeEvent,
CallPeerListener| Constructor Summary | |
|---|---|
CallPeerAdapter()
|
|
| 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 source CallPeer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallPeerAdapter()
| Method Detail |
|---|
public void peerAddressChanged(CallPeerChangeEvent evt)
peerAddressChanged in interface CallPeerListenerevt - the CallPeerChangeEvent instance containing the
source event as well as its previous and its new addresspublic void peerDisplayNameChanged(CallPeerChangeEvent evt)
peerDisplayNameChanged in interface CallPeerListenerevt - the CallPeerChangeEvent instance containing the
source event as well as its previous and its new display namespublic void peerImageChanged(CallPeerChangeEvent evt)
peerImageChanged in interface CallPeerListenerevt - the CallPeerChangeEvent instance containing the
source event as well as its previous and its new imagepublic void peerStateChanged(CallPeerChangeEvent evt)
peerStateChanged in interface CallPeerListenerevt - the CallPeerChangeEvent instance containing the
source event as well as its previous and its new statuspublic void peerTransportAddressChanged(CallPeerChangeEvent evt)
peerTransportAddressChanged in interface CallPeerListenerevt - the CallPeerChangeEvent instance containing the
source event as well as its previous and its new transport address
|
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 | |||||||||