net.java.sip.communicator.impl.protocol.gibberish
Class ConferenceMemberGibberishImpl
java.lang.Object
net.java.sip.communicator.util.event.PropertyChangeNotifier
net.java.sip.communicator.service.protocol.AbstractConferenceMember
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
|
Constructor Summary |
ConferenceMemberGibberishImpl(CallPeer conferenceFocusCallPeer,
String address)
Creates an instance of ConferenceMemberGibberishImpl by
specifying the parent call peer and the address of the member. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 peeraddress - the protocol address of the member
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.