|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChatParty
The ChatParty is use to record information about party
that is present in an InteractionChat.
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 |
|---|
java.lang.String getNickName()
String.ChatParty.Type getType()
Type of this chat party.
ChatParty.Type.ChatParty.Visibility getVisibility()
Visibility of this chat party.
ChatParty.Visibilityboolean isConnected()
java.util.Date getDateJoined()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||