public interface Persistent
| Modifier and Type | Method and Description |
|---|---|
void |
load()
load content from storage
|
void |
save()
persist all unsaved changes
|
void save() throws ModelRuntimeException, IOException
ModelRuntimeException - TODO documentIOException - if the underlying implementation encounters itvoid load() throws ModelRuntimeException, IOException
ModelRuntimeException, - e.g. FileNotFoundExceptionIOException - if the underlying implementation encounters itModelRuntimeExceptionCopyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.