|
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
net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
public class CallPeerAdapter
The CallPeerAdapter is an adapter that implements all common CallPeer related listeners in order to facilitate the task of different CallPeerRenderers when implementing peer functionalities.
| Constructor Summary | |
|---|---|
CallPeerAdapter(CallPeer callPeer,
CallPeerRenderer renderer)
Creates a CallPeerAdapter by specifying the corresponding callPeer and corresponding renderer. |
|
| Method Summary | |
|---|---|
void |
conferenceFocusChanged(CallPeerConferenceEvent conferenceEvent)
Enables or disables the conference focus UI depending on the change. |
void |
conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
Adds a ConferenceMemberPanel to this container when a ConferenceMember has been added to the corresponding conference. |
void |
conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
Removes the corresponding ConferenceMemberPanel from this container when a ConferenceMember has been removed from the corresponding conference. |
void |
peerDisplayNameChanged(CallPeerChangeEvent evt)
Fired when peer's display name is changed |
void |
peerImageChanged(CallPeerChangeEvent evt)
Fired when peer's image is changed |
void |
peerStateChanged(CallPeerChangeEvent evt)
Fired when peer's state is changed |
void |
propertyChange(PropertyChangeEvent evt)
Fired when a change in property happened. |
void |
securityMessageRecieved(CallPeerSecurityMessageEvent event)
Does nothing. |
void |
securityOff(CallPeerSecurityOffEvent securityOffEvent)
Indicates the new state through the security indicator components. |
void |
securityOn(CallPeerSecurityOnEvent evt)
Creates the security panel, when a securityOnEvent is received. |
| Methods inherited from class net.java.sip.communicator.service.protocol.event.CallPeerAdapter |
|---|
peerAddressChanged, peerTransportAddressChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallPeerAdapter(CallPeer callPeer,
CallPeerRenderer renderer)
callPeer - the underlying peerrenderer - the component we're using to render the given
callPeer| Method Detail |
|---|
public void peerStateChanged(CallPeerChangeEvent evt)
peerStateChanged in interface CallPeerListenerpeerStateChanged in class CallPeerAdapterevt - fired CallPeerEventpublic void peerDisplayNameChanged(CallPeerChangeEvent evt)
peerDisplayNameChanged in interface CallPeerListenerpeerDisplayNameChanged in class CallPeerAdapterevt - fired CallPeerEventpublic void peerImageChanged(CallPeerChangeEvent evt)
peerImageChanged in interface CallPeerListenerpeerImageChanged in class CallPeerAdapterevt - fired CallPeerEventpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerevt - fired PropertyChangeEventpublic void securityMessageRecieved(CallPeerSecurityMessageEvent event)
securityMessageRecieved in interface CallPeerSecurityListenerevent - the event we receivedpublic void securityOn(CallPeerSecurityOnEvent evt)
securityOn in interface CallPeerSecurityListenerevt - the event we receivedpublic void securityOff(CallPeerSecurityOffEvent securityOffEvent)
securityOff in interface CallPeerSecurityListenersecurityOffEvent - the event we receivedpublic void conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
conferenceMemberAdded in interface CallPeerConferenceListenerconferenceEvent - the CallPeerConferenceEvent that has been
triggeredpublic void conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
conferenceMemberRemoved in interface CallPeerConferenceListenerconferenceEvent - the CallPeerConferenceEvent that has been
triggeredpublic void conferenceFocusChanged(CallPeerConferenceEvent conferenceEvent)
conferenceFocusChanged in interface CallPeerConferenceListenerconferenceEvent - the conference 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 | |||||||||