Package backupmanager.swing
Class SchedulePanel
java.lang.Object
backupmanager.swing.SchedulePanel
- All Implemented Interfaces:
BackupObserver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configuration has changed.boolean
update
(BackupProgress backupProgress) Progress update.
-
Constructor Details
-
SchedulePanel
-
-
Method Details
-
getComponent
-
update
Description copied from interface:BackupObserver
Progress update.- Specified by:
update
in interfaceBackupObserver
- Returns:
- true to continue, false to cancel the backup.
-
configurationChange
public void configurationChange()Description copied from interface:BackupObserver
configuration has changed. Will need to lay out displays.- Specified by:
configurationChange
in interfaceBackupObserver
-