net.sf.dexterim.core
Class AbstractIMConnection

java.lang.Object
  extended bynet.sf.dexterim.core.AbstractIMConnection
All Implemented Interfaces:
IMConnection
Direct Known Subclasses:
MsnConnection, OscarConnection

public abstract class AbstractIMConnection
extends java.lang.Object
implements IMConnection

Author:
Christoph Walcher

Constructor Summary
AbstractIMConnection()
          Creates a new instance of AbstractConnection
 
Method Summary
 void addConnectionListener(ConnectionListener listener)
           
protected  void fireConversationCreated(Conversation conversation)
           
 void removeConnectionListener(ConnectionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dexterim.core.IMConnection
connect, connectedAs, createConversation, disconnect, isConnected, synchronizeContactList
 

Constructor Detail

AbstractIMConnection

public AbstractIMConnection()
Creates a new instance of AbstractConnection

Method Detail

addConnectionListener

public void addConnectionListener(ConnectionListener listener)
Specified by:
addConnectionListener in interface IMConnection

removeConnectionListener

public void removeConnectionListener(ConnectionListener listener)
Specified by:
removeConnectionListener in interface IMConnection

fireConversationCreated

protected void fireConversationCreated(Conversation conversation)


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