|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WalletFiles.Listener
Implementors can do pre/post treatment of the wallet file. Useful for adjusting permissions and other things.
| Method Summary | |
|---|---|
void |
onAfterAutoSave(File newlySavedFile)
Called on the auto-save thread after the newly created temporary file has been filled with data and renamed. |
void |
onBeforeAutoSave(File tempFile)
Called on the auto-save thread when a new temporary file is created but before the wallet data is saved to it. |
| Method Detail |
|---|
void onBeforeAutoSave(File tempFile)
void onAfterAutoSave(File newlySavedFile)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||