public static interface WalletFiles.Listener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onAfterAutoSave(java.io.File newlySavedFile)
Called on the auto-save thread after the newly created temporary file has been filled with data and renamed. 
 | 
void | 
onBeforeAutoSave(java.io.File tempFile)
Called on the auto-save thread when a new temporary file is created but before the wallet data is saved
 to it. 
 | 
void onBeforeAutoSave(java.io.File tempFile)
void onAfterAutoSave(java.io.File newlySavedFile)