|
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.WhiteboardParticipantEvent
public class WhiteboardParticipantEvent
WhiteboardParticipantEvents indicate that a participant in a whiteboard session has either left or entered the session.
| Field Summary | |
|---|---|
static int |
WHITEBOARD_PARTICIPANT_ADDED
An event id value indicating that this event is about the fact that the source whiteboard participant has joined the source whiteboard. |
static int |
WHITEBOARD_PARTICIPANT_REMOVED
An event id value indicating that this event is about the fact that the source whiteboard participant has left the source whiteboard. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WhiteboardParticipantEvent(WhiteboardSession source,
WhiteboardParticipant sourceWhiteboardParticipant,
int eventID)
Creates a whiteboard participant event instance indicating that an event with id eventID has happened to sourceWhiteboardParticipant in sourceWhiteboard |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returnst one of the WHITEBOARD_PARTICIPANT_XXX member ints indicating the type of this event. |
WhiteboardSession |
getSourceWhiteboard()
Returns the whiteboard session that produced this event. |
WhiteboardParticipant |
getSourceWhiteboardParticipant()
Returns the whiteboard participant that this event is about. |
String |
toString()
Returns a String representation of this WhiteboardParticipantEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int WHITEBOARD_PARTICIPANT_ADDED
public static final int WHITEBOARD_PARTICIPANT_REMOVED
| Constructor Detail |
|---|
public WhiteboardParticipantEvent(WhiteboardSession source,
WhiteboardParticipant sourceWhiteboardParticipant,
int eventID)
sourceWhiteboardParticipant - the whiteboard participant that this
event is about.source - the whiteboard that the source whiteboard participant is
associated with.eventID - one of the WHITEBOARD_PARTICIPANT_XXX member ints
indicating the type of this event.| Method Detail |
|---|
public int getEventID()
public WhiteboardSession getSourceWhiteboard()
public WhiteboardParticipant getSourceWhiteboardParticipant()
public String toString()
toString in class EventObject
|
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 | |||||||||