com.genesyslab.ail.event
Class InteractionChatEvent.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.event.InteractionChatEvent.Type
Enclosing interface:
InteractionChatEvent

public static class InteractionChatEvent.Type
extends Enum

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

USER_JOINED_

public static final int USER_JOINED_
A new user joined a chat session.

See Also:
Constant Field Values

USER_JOINED

public static final InteractionChatEvent.Type USER_JOINED
A new user joined a chat session.


USER_LEFT_

public static final int USER_LEFT_
A user left a chat session.

See Also:
Constant Field Values

USER_LEFT

public static final InteractionChatEvent.Type USER_LEFT
A user left a chat session.


DISCONNECTED_

public static final int DISCONNECTED_
Client disconnected from the Chat Server.

See Also:
Constant Field Values

DISCONNECTED

public static final InteractionChatEvent.Type DISCONNECTED
Client disconnected from the Chat Server.


MESSAGE_RECEIVED_

public static final int MESSAGE_RECEIVED_
A message was received.

See Also:
Constant Field Values

MESSAGE_RECEIVED

public static final InteractionChatEvent.Type MESSAGE_RECEIVED
An error occurred in the chat session.


ERROR_RECEIVED_

public static final int ERROR_RECEIVED_
An error occurred in the chat session.

See Also:
Constant Field Values

ERROR_RECEIVED

public static final InteractionChatEvent.Type ERROR_RECEIVED
An error occurred in the chat session.


USER_REENTER_

public static final int USER_REENTER_
A user reentered a chat session (visibility changed).

See Also:
Constant Field Values

USER_REENTER

public static final InteractionChatEvent.Type USER_REENTER
A user reentered a chat session (visibility changed).


PUSH_URL_

public static final int PUSH_URL_
The desktop is required to open the URL contained in this event. (See InteractionChatEvent.getText()).

See Also:
Constant Field Values

PUSH_URL

public static final InteractionChatEvent.Type PUSH_URL
The desktop is required to open the URL contained in this event. (See InteractionChatEvent.getText()).


TYPING_STARTED_

public static final int TYPING_STARTED_
This party has started typing something.

See Also:
Constant Field Values

TYPING_STARTED

public static final InteractionChatEvent.Type TYPING_STARTED
This party has started typing something.


TYPING_STOPPED_

public static final int TYPING_STOPPED_
This party has stopped typing something.

See Also:
Constant Field Values

TYPING_STOPPED

public static final InteractionChatEvent.Type TYPING_STOPPED
This party has stopped typing something.


TRANSCRIPT_SAVE_DONE_

public static final int TRANSCRIPT_SAVE_DONE_
The server has saved the transcript into the database.

See Also:
Constant Field Values

TRANSCRIPT_SAVE_DONE

public static final InteractionChatEvent.Type TRANSCRIPT_SAVE_DONE
The server has saved the transcript into the database.


MAX

public static final int MAX
Returns the number of Type values.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Returns the number of Type.


getType

public static InteractionChatEvent.Type getType(int value)
Returns the Type for this value.