|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.core.AbstractConversation
net.sf.dexterim.oscar.OscarConversation
Constructor Summary | |
OscarConversation(OscarConnection connection)
|
Method Summary | |
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 |
sendMessage(java.lang.String message)
Sends a Message in encoded in a String over the implements network. |
Methods inherited from class net.sf.dexterim.core.AbstractConversation |
addConversationListener, fireMessageReceived, removeConversationListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OscarConversation(OscarConnection connection)
Method Detail |
public void join(Contact contact)
Conversation
contact
- The Contact object that should join the Conversationpublic void open()
Conversation
public void sendMessage(java.lang.String message)
Conversation
public void close()
Conversation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |