com.genesyslab.ail
Interface ChatParty


public interface ChatParty

The ChatParty is use to record information about party that is present in an InteractionChat.

See Also:
ChatMessage, InteractionChat

Nested Class Summary
static class ChatParty.Type
          Constants for possible party types.
static class ChatParty.Visibility
          Possible constants for the visibility of a party.
 
Method Summary
 java.util.Date getDateJoined()
          Returns the date when the chat party has joined.
 java.lang.String getNickName()
          Returns the NickName of this chat party.
 ChatParty.Type getType()
          Returns the Type of this chat party.
 ChatParty.Visibility getVisibility()
          Returns the Visibility of this chat party.
 boolean isConnected()
          Return true if this party is currently connected.
 

Method Detail

getNickName

java.lang.String getNickName()
Returns the NickName of this chat party.

Returns:
the nick name as String.

getType

ChatParty.Type getType()
Returns the Type of this chat party.

Returns:
the type as ChatParty.Type.

getVisibility

ChatParty.Visibility getVisibility()
Returns the Visibility of this chat party.

Returns:
the visibility as ChatParty.Visibility

isConnected

boolean isConnected()
Return true if this party is currently connected.

Returns:
true, if this party is connected.

getDateJoined

java.util.Date getDateJoined()
Returns the date when the chat party has joined.

Returns:
a date when the chat party has joined.