|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Storable
Used to represent an object that needs to store it's state. This is intended to store the state that an function point was in at a certain moment.
Method Summary | |
---|---|
String |
getStoreToFileName(int event)
Gets the filename to store the state of the application to. |
void |
store(String filename,
int event)
Stores the current state of the object to a given File . |
Method Detail |
---|
void store(String filename, int event) throws IOException
File
.
filename
- - the name of file to store the state toevent
- - The even that occured (error, state change ...)
IOException
- - If the state of the object could not be stored in File f
.String getStoreToFileName(int event)
event
- - the StateStorer Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |