|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.InteractionChatEvent.Type
public static class InteractionChatEvent.Type
Constants for possible types of InteractionChatEvent
| Field Summary | |
|---|---|
static InteractionChatEvent.Type |
DISCONNECTED
Client disconnected from the Chat Server. |
static int |
DISCONNECTED_
Client disconnected from the Chat Server. |
static InteractionChatEvent.Type |
ERROR_RECEIVED
An error occurred in the chat session. |
static int |
ERROR_RECEIVED_
An error occurred in the chat session. |
static int |
MAX
Returns the number of Type values. |
static InteractionChatEvent.Type |
MESSAGE_RECEIVED
An error occurred in the chat session. |
static int |
MESSAGE_RECEIVED_
A message was received. |
static InteractionChatEvent.Type |
PUSH_URL
The desktop is required to open the URL contained in this event. |
static int |
PUSH_URL_
The desktop is required to open the URL contained in this event. |
static InteractionChatEvent.Type |
TRANSCRIPT_SAVE_DONE
The server has saved the transcript into the database. |
static int |
TRANSCRIPT_SAVE_DONE_
The server has saved the transcript into the database. |
static InteractionChatEvent.Type |
TYPING_STARTED
This party has started typing something. |
static int |
TYPING_STARTED_
This party has started typing something. |
static InteractionChatEvent.Type |
TYPING_STOPPED
This party has stopped typing something. |
static int |
TYPING_STOPPED_
This party has stopped typing something. |
static InteractionChatEvent.Type |
USER_JOINED
A new user joined a chat session. |
static int |
USER_JOINED_
A new user joined a chat session. |
static InteractionChatEvent.Type |
USER_LEFT
A user left a chat session. |
static int |
USER_LEFT_
A user left a chat session. |
static InteractionChatEvent.Type |
USER_REENTER
A user reentered a chat session (visibility changed). |
static int |
USER_REENTER_
A user reentered a chat session (visibility changed). |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionChatEvent.Type |
getType(int value)
Returns the Type for this value. |
static int |
max()
Returns the number of Type. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int USER_JOINED_
public static final InteractionChatEvent.Type USER_JOINED
public static final int USER_LEFT_
public static final InteractionChatEvent.Type USER_LEFT
public static final int DISCONNECTED_
public static final InteractionChatEvent.Type DISCONNECTED
public static final int MESSAGE_RECEIVED_
public static final InteractionChatEvent.Type MESSAGE_RECEIVED
public static final int ERROR_RECEIVED_
public static final InteractionChatEvent.Type ERROR_RECEIVED
public static final int USER_REENTER_
public static final InteractionChatEvent.Type USER_REENTER
public static final int PUSH_URL_
InteractionChatEvent.getText()).
public static final InteractionChatEvent.Type PUSH_URL
InteractionChatEvent.getText()).
public static final int TYPING_STARTED_
public static final InteractionChatEvent.Type TYPING_STARTED
public static final int TYPING_STOPPED_
public static final InteractionChatEvent.Type TYPING_STOPPED
public static final int TRANSCRIPT_SAVE_DONE_
public static final InteractionChatEvent.Type TRANSCRIPT_SAVE_DONE
public static final int MAX
| Method Detail |
|---|
public static final int max()
Type.
public static InteractionChatEvent.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||