net.sf.dexterim.oscar
Class OscarConnection

java.lang.Object
  extended bynet.sf.dexterim.core.AbstractIMConnection
      extended bynet.sf.dexterim.oscar.OscarConnection
All Implemented Interfaces:
IMConnection

public class OscarConnection
extends AbstractIMConnection

Author:
christoph

Constructor Summary
OscarConnection()
           
 
Method Summary
 void closeConversation(Conversation conversation)
          TODO: Document this
 void connect(Account account)
           
 Account connectedAs()
           
 Conversation createConversation()
           
 void disconnect()
           
 boolean isConnected()
           
 void sendMessage(Contact contact, java.lang.String message)
          TODO should throw an Exception
 void synchronizeContactList(ContactList contactList)
           
 
Methods inherited from class net.sf.dexterim.core.AbstractIMConnection
addConnectionListener, fireConversationCreated, removeConnectionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OscarConnection

public OscarConnection()
Method Detail

connect

public void connect(Account account)

connectedAs

public Account connectedAs()
See Also:
IMConnection.connectedAs()

disconnect

public void disconnect()
See Also:
IMConnection.disconnect()

synchronizeContactList

public void synchronizeContactList(ContactList contactList)
See Also:
IMConnection.synchronizeContactList(net.sf.dexterim.core.ContactList)

isConnected

public boolean isConnected()
See Also:
IMConnection.isConnected()

createConversation

public Conversation createConversation()
See Also:
IMConnection.createConversation()

closeConversation

public void closeConversation(Conversation conversation)
TODO: Document this

Parameters:
conversation -

sendMessage

public void sendMessage(Contact contact,
                        java.lang.String message)
TODO should throw an Exception

Parameters:
contact -
message -


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