|
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.Call
net.java.sip.communicator.service.protocol.AbstractCall<MockCallPeer,MockProvider>
net.java.sip.communicator.impl.protocol.mock.MockCall
public class MockCall
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.service.protocol.AbstractCall |
|---|
callGroup |
| Constructor Summary | |
|---|---|
MockCall(MockProvider sourceProvider)
Constructs a new MockCall. |
|
| Method Summary | |
|---|---|
void |
addCallPeer(MockCallPeer callPeer)
Adds callPeer to the list of peers in this call. |
void |
addLocalUserSoundLevelListener(SoundLevelListener l)
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in local sound level related information. |
void |
callAdded(CallGroupEvent evt)
Notified when a call are added to a CallGroup. |
void |
callRemoved(CallGroupEvent evt)
Notified when a call are removed from a CallGroup. |
boolean |
isConferenceFocus()
Gets the indicator which determines whether the local peer represented by this Call is acting as a conference focus and thus should send the "isfocus" parameter in the Contact headers of its outgoing SIP signaling. |
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. |
void |
removeCallPeer(MockCallPeer callPeer)
Removes callPeer from the list of peers in this call. |
void |
removeLocalUserSoundLevelListener(SoundLevelListener l)
Removes a specific SoundLevelListener of the list of listeners interested in and notified about changes in local sound level related information. |
| Methods inherited from class net.java.sip.communicator.service.protocol.AbstractCall |
|---|
getCallGroup, getCallPeerCount, getCallPeers, getCallPeersVector, getCrossProtocolCallPeerCount, getCrossProtocolCallPeers, getCrossProtocolCallPeersVector, getProtocolProvider, setCallGroup |
| Methods inherited from class net.java.sip.communicator.service.protocol.Call |
|---|
addCallChangeListener, equals, fireCallChangeEvent, fireCallChangeEvent, fireCallPeerEvent, getCallID, getCallState, hashCode, isDefaultEncrypted, isSipZrtpAttribute, removeCallChangeListener, setCallState, setCallState, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MockCall(MockProvider sourceProvider)
sourceProvider - Provider| Method Detail |
|---|
public void addCallPeer(MockCallPeer callPeer)
callPeer - the new CallPeerpublic void removeCallPeer(MockCallPeer callPeer)
callPeer - the CallPeer leaving the call;public void peerStateChanged(CallPeerChangeEvent evt)
CallPeerListener
peerStateChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new status.public void peerDisplayNameChanged(CallPeerChangeEvent evt)
CallPeerListener
peerDisplayNameChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new display names.public void peerAddressChanged(CallPeerChangeEvent evt)
CallPeerListener
peerAddressChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new address.public void peerImageChanged(CallPeerChangeEvent evt)
CallPeerListener
peerImageChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new image.public void peerTransportAddressChanged(CallPeerChangeEvent evt)
CallPeerListener
peerTransportAddressChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new transport address.public boolean isConferenceFocus()
isConferenceFocus in class Callpublic void addLocalUserSoundLevelListener(SoundLevelListener l)
addLocalUserSoundLevelListener in class Calll - the SoundLevelListener to addpublic void removeLocalUserSoundLevelListener(SoundLevelListener l)
removeLocalUserSoundLevelListener in class Calll - the SoundLevelListener to removepublic void callAdded(CallGroupEvent evt)
callAdded in interface CallGroupListenerevt - eventpublic void callRemoved(CallGroupEvent evt)
callRemoved in interface CallGroupListenerevt - event
|
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 | |||||||||