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 itModelRuntimeException
Copyright © 2005–2017 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.