|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Saveable
Object whose state is persisted to XML.
BulkChange
Field Summary | |
---|---|
static Saveable |
NOOP
Saveable that doesn't save anything. |
Method Summary | |
---|---|
void |
save()
Persists the state of this object into XML. |
Field Detail |
---|
static final Saveable NOOP
Saveable
that doesn't save anything.
Method Detail |
---|
void save() throws IOException
For making a bulk change efficiently, see BulkChange
.
To support listeners monitoring changes to this object, call SaveableListener.fireOnChange
IOException
- if the persistence failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |