net.sf.dexterim.oscar
Class OscarConnection
java.lang.Object
net.sf.dexterim.core.AbstractIMConnection
net.sf.dexterim.oscar.OscarConnection
- All Implemented Interfaces:
- IMConnection
- public class OscarConnection
- extends AbstractIMConnection
- Author:
- christoph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OscarConnection
public OscarConnection()
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.