speedscheduler
Interface ScheduleChangeListener
- All Known Implementing Classes:
- SpeedSchedulerThread
public interface ScheduleChangeListener
Implement this interface and register with the SchedulePersistencyManager
to receive notification when the user-configured schedules have changed on disk.
|
Method Summary |
void |
schedulesChanged(java.util.Vector schedules,
int defaultMaxUploadRate,
int defaultMaxDownloadRate)
Called to indicate that the user-configured schedules
have changed on disk. |
schedulesChanged
void schedulesChanged(java.util.Vector schedules,
int defaultMaxUploadRate,
int defaultMaxDownloadRate)
- Called to indicate that the user-configured schedules
have changed on disk.
- Parameters:
schedules - The vector of schedules that are now selecteddefaultMaxUploadRate - The new default max upload ratedefaultMaxDownloadRate - The new default max download rate