Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.gibberish
Class ConferenceMemberGibberishImpl

java.lang.Object
  extended by net.java.sip.communicator.util.PropertyChangeNotifier
      extended by net.java.sip.communicator.service.protocol.AbstractConferenceMember
          extended by net.java.sip.communicator.impl.protocol.gibberish.ConferenceMemberGibberishImpl
All Implemented Interfaces:
ConferenceMember

public class ConferenceMemberGibberishImpl
extends AbstractConferenceMember

A Gibberish implementation of the ConferenceMember interface.

Author:
Yana Stamcheva

Field Summary
 
Fields inherited from interface net.java.sip.communicator.service.protocol.ConferenceMember
DISPLAY_NAME_PROPERTY_NAME, STATE_PROPERTY_NAME
 
Constructor Summary
ConferenceMemberGibberishImpl(CallPeer conferenceFocusCallPeer, String address)
          Creates an instance of ConferenceMemberGibberishImpl by specifying the parent call peer and the address of the member.
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.AbstractConferenceMember
getAddress, getConferenceFocusCallPeer, getDisplayName, getSSRC, getState, setDisplayName, setSSRC, setState
 
Methods inherited from class net.java.sip.communicator.util.PropertyChangeNotifier
addPropertyChangeListener, firePropertyChange, getPropertyChangeSource, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.java.sip.communicator.service.protocol.ConferenceMember
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

ConferenceMemberGibberishImpl

public ConferenceMemberGibberishImpl(CallPeer conferenceFocusCallPeer,
                                     String address)
Creates an instance of ConferenceMemberGibberishImpl by specifying the parent call peer and the address of the member.

Parameters:
conferenceFocusCallPeer - the parent call peer
address - the protocol address of the member

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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