speedscheduler
Interface ScheduleSelectionChangeListener

All Known Implementing Classes:
SpeedSchedulerView

public interface ScheduleSelectionChangeListener

Implement this interface and register with the SpeedSchedulerThread if you want to receive notification when the thread chooses a new schedule.


Method Summary
 void scheduleSelectionChanged(java.util.Vector selectedSchedules)
          Called to indicate that the SpeedSchedulerThread has selected a new schedule.
 

Method Detail

scheduleSelectionChanged

void scheduleSelectionChanged(java.util.Vector selectedSchedules)
Called to indicate that the SpeedSchedulerThread has selected a new schedule.

Parameters:
selectedSchedules - A vector of Schedules that the SpeedSchedulerThread just selected. Empty to indicate that no schedule is currently active.
See Also:
Schedule