|
SIP Communicator: 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.util.PropertyChangeNotifier
net.java.sip.communicator.service.protocol.AbstractConferenceMember
public class AbstractConferenceMember
Provides the default implementation of the ConferenceMember interface.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.ConferenceMember |
|---|
DISPLAY_NAME_PROPERTY_NAME, STATE_PROPERTY_NAME |
| Constructor Summary | |
|---|---|
AbstractConferenceMember(CallPeer conferenceFocusCallPeer,
String address)
Creates an instance of AbstractConferenceMember by specifying the corresponding conferenceFocusCallPeer, to which this member is connected. |
|
| Method Summary | |
|---|---|
String |
getAddress()
Returns the protocol address of this ConferenceMember. |
CallPeer |
getConferenceFocusCallPeer()
Returns the CallPeer, to which this member is connected. |
String |
getDisplayName()
Returns the display name of this conference member. |
long |
getSSRC()
Returns the SSRC value associated with this participant; |
ConferenceMemberState |
getState()
Returns the state of this conference member. |
void |
setDisplayName(String displayName)
Sets the user-friendly display name of this ConferenceMember in the conference and fires a new PropertyChangeEvent for the property #DISPLAY_NAME_PROPERTY_NAME. |
void |
setSSRC(long ssrc)
Sets the SSRC identifier of this member. |
void |
setState(ConferenceMemberState state)
Sets the state of the device and signaling session of this ConferenceMember in the conference and fires a new PropertyChangeEvent for the property #STATE_PROPERTY_NAME. |
| 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 |
|---|
public AbstractConferenceMember(CallPeer conferenceFocusCallPeer,
String address)
conferenceFocusCallPeer - the CallPeer to which this member
is connectedaddress - the protocol address of this ConferenceMember| Method Detail |
|---|
public CallPeer getConferenceFocusCallPeer()
getConferenceFocusCallPeer in interface ConferenceMemberpublic String getDisplayName()
getDisplayName in interface ConferenceMemberpublic ConferenceMemberState getState()
getState in interface ConferenceMemberpublic String getAddress()
getAddress in interface ConferenceMemberpublic void setDisplayName(String displayName)
displayName - the user-friendly display name of this
ConferenceMember in the conferencepublic void setState(ConferenceMemberState state)
state - the state of the device and signaling session of this
ConferenceMember in the conferencepublic long getSSRC()
getSSRC in interface ConferenceMemberpublic void setSSRC(long ssrc)
ssrc - the SSRC ID to set for this member.
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||