|
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.Objectnet.java.sip.communicator.service.protocol.WhiteboardSessionState
public class WhiteboardSessionState
The WhiteboardSessionState class reflects the current state of a whiteboard session.
| Field Summary | |
|---|---|
static String |
_WHITEBOARD_ENDED
This constant containing a String representation of the WHITEBOARD_ENDED state. |
static String |
_WHITEBOARD_IN_PROGRESS
This constant containing a String representation of the WHITEBOARD_IN_PROGRESS state. |
static String |
_WHITEBOARD_INITIALIZATION
This constant containing a String representation of the WHITEBOARD_INITIALIZATION state. |
static WhiteboardSessionState |
WHITEBOARD_ENDED
This constant value indicates that the associated whiteboard is currently in a terminated phase. |
static WhiteboardSessionState |
WHITEBOARD_IN_PROGRESS
This constant value indicates that the associated whiteboard is currently in an active state. |
static WhiteboardSessionState |
WHITEBOARD_INITIALIZATION
This constant value indicates that the associated whiteboard is currently in an initialization state. |
| Method Summary | |
|---|---|
String |
getStateString()
Returns a String representation of tha WhiteboardSte. |
String |
toString()
Returns a string represenation of this whiteboard state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String _WHITEBOARD_INITIALIZATION
This constant has the String value "Initializing".
public static final WhiteboardSessionState WHITEBOARD_INITIALIZATION
public static final String _WHITEBOARD_IN_PROGRESS
This constant has the String value "In Progress".
public static final WhiteboardSessionState WHITEBOARD_IN_PROGRESS
public static final String _WHITEBOARD_ENDED
This constant has the String value "Ended".
public static final WhiteboardSessionState WHITEBOARD_ENDED
| Method Detail |
|---|
public String getStateString()
public String toString()
toString in class Object
|
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 | |||||||||