public interface IModelResourceHandler
| Modifier and Type | Method and Description |
|---|---|
Resource |
createResourceWithApp(MApplication theApp)
Creates a resource with an app Model, used for saving copies of the main app model.
|
Resource |
loadMostRecentModel()
Loads an returns the most recent model that was persisted
|
void |
save()
Saves the model
|
Resource loadMostRecentModel()
Resource createResourceWithApp(MApplication theApp)
theApp - the application model to add to the resourcevoid save() throws java.io.IOException
java.io.IOException - if storing fails