|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resetable
Classes implementing this interface indicate that their state is resetable. This is often used in JASA to re-initialise objects instead of re-constructing them, with the associated garbage-collection and initialisation performance penalties.
Method Summary | |
---|---|
void |
reset()
Reinitialise our state to the original settings. |
Method Detail |
---|
void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |