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.
 

Method Detail

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 selected
defaultMaxUploadRate - The new default max upload rate
defaultMaxDownloadRate - The new default max download rate