@ParametersAreNonnullByDefault public interface Saveable extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
| void | close()
 
 Cleanly closes this manager, clear all data in-memory and releases any system resources associated with it. | 
| void | save()Saves all changes made on this manager since the last call. | 
void close()
Cleanly closes this manager, clear all data in-memory and releases any system resources associated with it. All modifications are saved before closing.
If the manager is already closed, then invoking this method has no effect.
close in interface AutoCloseableclose in interface Closeablevoid save()
Copyright © 2013–2019 Atlanmod. All rights reserved.