|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Saveable
Any object that wishes to save its state to the scenario file should implement this interface.
Method Summary | |
---|---|
java.lang.Object |
getData()
Returns the data that should be saved in the scenario file. |
void |
setData(java.lang.Object o)
Sets the data loaded from the scenario file. |
Method Detail |
---|
java.lang.Object getData()
void setData(java.lang.Object o)
o
- loaded object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |