public interface Saveable
BulkChange| Modifier and Type | Field and Description |
|---|---|
static Saveable |
NOOP
Saveable that doesn't save anything. |
| Modifier and Type | Method and Description |
|---|---|
void |
save()
Persists the state of this object into XML.
|
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.Copyright © 2019. All rights reserved.