Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.ConferenceMemberState

Packages that use ConferenceMemberState
net.java.sip.communicator.service.protocol   
 

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

Methods in net.java.sip.communicator.service.protocol that return ConferenceMemberState
 ConferenceMemberState ConferenceMember.getState()
          Gets the state of the device and signaling session of this ConferenceMember in the conference in the form of a ConferenceMemberState value.
 ConferenceMemberState AbstractConferenceMember.getState()
          Returns the state of this conference member.
static ConferenceMemberState ConferenceMemberState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConferenceMemberState[] ConferenceMemberState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.sip.communicator.service.protocol with parameters of type ConferenceMemberState
 void AbstractConferenceMember.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.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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