|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.tools.Tool
The interface that all tools must implement.
Constructor Summary | |
Tool()
|
Method Summary | |
int |
getFamily()
Get the value of family. |
int |
getId()
Get the value of id. |
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 |
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 |
Constructor Detail |
public Tool()
Method Detail |
public abstract void shutdown(AIMSession sess)
sess
- the oscar sessionpublic 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |