Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent

Packages that use CallPeerConferenceEvent
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
net.java.sip.communicator.service.protocol.media   
 

Uses of CallPeerConferenceEvent in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type CallPeerConferenceEvent
 void CallPanel.conferenceFocusChanged(CallPeerConferenceEvent conferenceEvent)
          Updates CallPeer related components to fit the new focus state.
 void CallPeerAdapter.conferenceFocusChanged(CallPeerConferenceEvent conferenceEvent)
          Enables or disables the conference focus UI depending on the change.
 void CallPanel.conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
           
 void CallPeerAdapter.conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
          Adds a ConferenceMemberPanel to this container when a ConferenceMember has been added to the corresponding conference.
 void CallPanel.conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
           
 void CallPeerAdapter.conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
          Removes the corresponding ConferenceMemberPanel from this container when a ConferenceMember has been removed from the corresponding conference.
 

Uses of CallPeerConferenceEvent in net.java.sip.communicator.plugin.notificationwiring
 

Methods in net.java.sip.communicator.plugin.notificationwiring with parameters of type CallPeerConferenceEvent
 void NotificationManager.conferenceFocusChanged(CallPeerConferenceEvent conferenceEvent)
          Call peer has changed.
 void NotificationManager.conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
          Indicates that the given conference member has been added to the given peer.
 void NotificationManager.conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
          Indicates that the given conference member has been removed from the given peer.
 

Uses of CallPeerConferenceEvent in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type CallPeerConferenceEvent
protected  void AbstractCallPeer.fireCallPeerConferenceEvent(CallPeerConferenceEvent conferenceEvent)
          Fires a specific CallPeerConferenceEvent to the CallPeerConferenceListeners interested in changes in the conference-related information provided by this peer.
 

Uses of CallPeerConferenceEvent in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event with parameters of type CallPeerConferenceEvent
 void CallPeerConferenceListener.conferenceFocusChanged(CallPeerConferenceEvent conferenceEvent)
          Notifies this listener about a change in the characteristic of being a conference focus of a specific CallPeer.
 void CallPeerConferenceListener.conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
          Notifies this listener about the addition of a specific ConferenceMember to the list of ConferenceMembers of a specific CallPeer acting as a conference focus.
 void CallPeerConferenceListener.conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
          Notifies this listener about the removal of a specific ConferenceMember from the list of ConferenceMembers of a specific CallPeer acting as a conference focus.
 

Uses of CallPeerConferenceEvent in net.java.sip.communicator.service.protocol.media
 

Methods in net.java.sip.communicator.service.protocol.media with parameters of type CallPeerConferenceEvent
 void MediaAwareCallPeer.conferenceFocusChanged(CallPeerConferenceEvent evt)
          Dummy implementation of #conferenceFocusChanged(CallPeerConferenceEvent).
 void MediaAwareCallPeer.conferenceMemberAdded(CallPeerConferenceEvent conferenceEvent)
          Called when this peer becomes a mixer.
 void MediaAwareCallPeer.conferenceMemberRemoved(CallPeerConferenceEvent conferenceEvent)
          Called when this peer stops being a mixer.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.