| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a Conversation with one or more Contacts
| Method Summary | |
|  void | addConversationListener(ConversationListener listener) | 
|  void | close()Ends the Conversation and frees unused Resources | 
|  void | join(Contact contact)Add contact to the conversation. | 
|  void | open()Connects the Conversation object to the messenger network | 
|  void | removeConversationListener(ConversationListener listener) | 
|  void | sendMessage(java.lang.String message)Sends a Message in encoded in a String over the implements network. | 
| Method Detail | 
public void join(Contact contact)
contact - The Contact object that should join the Conversationpublic void open()
public void sendMessage(java.lang.String message)
public void close()
public void addConversationListener(ConversationListener listener)
listener - public void removeConversationListener(ConversationListener listener)
listener - | 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||