org.walluck.oscar.tools
Class ToolData
java.lang.Object
org.walluck.oscar.tools.ToolData
public class ToolData
- extends Object
Class ToolData
Used by the various Tools to exchange information. The class instance is created by
AIMSession when the Tools framework is initialized, and only available to the Tools
themselves.
- Version:
- $Id: ToolData.java,v 1.4 2004/12/11 23:53:29 walluck Exp $
- Author:
- Alain Penders
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolData
public ToolData()
getBosconn
public AIMConnection getBosconn()
setBosconn
public void setBosconn(AIMConnection bosconn)
getTrillianSessions
public Hashtable getTrillianSessions()
setTrillianSessions
public void setTrillianSessions(Hashtable trillianSessions)
getAIMCaps
public int getAIMCaps()
- Describe
getAIMCaps method here.
- Returns:
- an
int value
getICQCaps
public int getICQCaps()
- Describe
getICQCaps method here.
- Returns:
- an
int value