|
Jitsi: 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.Objectjava.util.EventObject
net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent
public class ConferenceMembersSoundLevelEvent
Notifies interested parties in ConferenceMembers sound level changes. When a CallPeer is participating in the conference also as a ConferenceMember its sound level would be included in the map of received levels.
| Field Summary | |
|---|---|
static int |
MAX_LEVEL
The maximum level that can be reported for a participant in a conference. |
static int |
MIN_LEVEL
The maximum (zero) level that can be reported for a participant in a conference. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ConferenceMembersSoundLevelEvent(CallPeer callPeer,
Map<ConferenceMember,Integer> levels)
Creates an instance of ConferenceMembersSoundLevelEvent for the given callPeer by indicating the mapping of ConferenceMembers and sound levels. |
|
| Method Summary | |
|---|---|
Map<ConferenceMember,Integer> |
getLevels()
Returns the mapping of ConferenceMembers to sound levels. |
CallPeer |
getSourcePeer()
Returns the source CallPeer for which the event occurred. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_LEVEL
public static final int MIN_LEVEL
| Constructor Detail |
|---|
public ConferenceMembersSoundLevelEvent(CallPeer callPeer,
Map<ConferenceMember,Integer> levels)
callPeer - the CallPeer for which this event occurredlevels - the mapping of ConferenceMembers to sound levels| Method Detail |
|---|
public CallPeer getSourcePeer()
public Map<ConferenceMember,Integer> getLevels()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||