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

Method Summary
 void notifyProcessed()
           
 void notifyProcessingCount(int count)
           
 void notifyStarted()
           
 void notifyStopped()
           
 void sendError(java.lang.Exception e)
           
 void sendMessage(java.lang.String msg)
           
 

Method Detail

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)