|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChatMessage
A chat message is one message that is sent by one party.
ChatParty,
InteractionChat| Method Summary | |
|---|---|
java.util.Date |
getDate()
Returns the date of creation of this message. |
ChatParty |
getParty()
Returns the author of this message. |
java.lang.String |
getText()
Returns the body text of this message. |
boolean |
treatAsSystem()
Returns true if this message was generated by the system. |
| Method Detail |
|---|
java.util.Date getDate()
Date.boolean treatAsSystem()
java.lang.String getText()
String.ChatParty getParty()
ChatParty.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||