Package backupmanager
Interface BackupObserver
- All Known Implementing Classes:
 BackupSchedule,SchedulePanel,SmallHoursSchedule
public interface BackupObserver
Observers of backup progress.
- Author:
 - dg50
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidconfiguration has changed.booleanupdate(BackupProgress backupProgress) Progress update. 
- 
Method Details
- 
update
Progress update.- Parameters:
 backupProgress-- Returns:
 - true to continue, false to cancel the backup.
 
 - 
configurationChange
void configurationChange()configuration has changed. Will need to lay out displays. 
 -