Package backupmanager
Interface BackupObserver
- All Known Implementing Classes:
BackupSchedule
,SchedulePanel
,SmallHoursSchedule
public interface BackupObserver
Observers of backup progress.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configuration has changed.boolean
update
(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.
-