net.datacrow.core.backup
Interface IBackupRestoreListener
- All Known Implementing Classes:
- BackupDialog
public interface IBackupRestoreListener
A backup listener will be updated on events and errors during the backup process.
- Author:
- Robert Jan van der Waals
notifyStarted
void notifyStarted()
notifyStopped
void notifyStopped()
notifyProcessed
void notifyProcessed()
notifyProcessingCount
void notifyProcessingCount(int count)
sendMessage
void sendMessage(java.lang.String msg)
sendError
void sendError(java.lang.Exception e)