|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.tools.Tool
public abstract class Tool
The interface that all tools must implement.
Field Summary | |
---|---|
protected EventListenerList |
listeners
Use Swing's listener framework for our listeners |
Constructor Summary | |
---|---|
Tool()
|
Method Summary | |
---|---|
abstract void |
bosConnectionAvailable()
Method called by the LoginTool once the BOS connection is available. |
int |
getFamily()
Get the value of family. |
int |
getId()
Get the value of id. |
AIMSession |
getSession()
|
ToolData |
getToolData()
|
int |
getVersion()
Get the value of version. |
void |
setFamily(int family)
Set the value of family. |
void |
setId(int id)
Set the value of id. |
void |
setSession(AIMSession session)
|
void |
setToolData(ToolData toolData)
|
void |
setVersion(int version)
Set the value of version. |
abstract void |
shutdown(AIMSession sess)
Called when the tool is shutting down. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final EventListenerList listeners
Constructor Detail |
---|
public Tool()
Method Detail |
---|
public abstract void shutdown(AIMSession sess)
sess
- the oscar sessionpublic abstract void bosConnectionAvailable()
public int getFamily()
public void setFamily(int family)
family
- Value to assign to family.public int getId()
public void setId(int id)
id
- Value to assign to id.public int getVersion()
public void setVersion(int version)
version
- Value to assign to version.public AIMSession getSession()
public void setSession(AIMSession session)
public ToolData getToolData()
public void setToolData(ToolData toolData)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |