|
|||||||||
| Home >> All >> javatools >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.util
Interface Resetable

- All Known Implementing Classes:
- Props
- public interface Resetable
Any object that can be "Reseted" implements this. The meaning of "reset" is rather ill-defined, but usually means to bring itself back to a starting state, to clear its caches and/or to re-read configuration files.
- Version:
- 0.7
| Method Summary | |
void |
reset()
Resets an object. |
| Method Detail |
reset
public void reset()
throws ResetException
- Resets an object.
|
|||||||||
| Home >> All >> javatools >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC