net.sf.dexterim.oscar
Class OscarConversation

java.lang.Object
  extended bynet.sf.dexterim.core.AbstractConversation
      extended bynet.sf.dexterim.oscar.OscarConversation
All Implemented Interfaces:
Conversation

public class OscarConversation
extends AbstractConversation

Author:
christoph

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

OscarConversation

public OscarConversation(OscarConnection connection)
Method Detail

join

public void join(Contact contact)
Description copied from interface: Conversation
Add contact to the conversation.

Parameters:
contact - The Contact object that should join the Conversation

open

public void open()
Description copied from interface: Conversation
Connects the Conversation object to the messenger network


sendMessage

public void sendMessage(java.lang.String message)
Description copied from interface: Conversation
Sends a Message in encoded in a String over the implements network. It's in the responsibility of the implementing Class to encode the String message


close

public void close()
Description copied from interface: Conversation
Ends the Conversation and frees unused Resources



Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.