com.cometway.util
Interface IScheduleChangeListener

All Known Implementing Classes:
Scheduler

public interface IScheduleChangeListener

A class can implement IScheduleChangeListener when it wants to be notified about changes to the schedule of an IScheduleable object.


Method Summary
 void scheduleChanged(ISchedulable schedule)
          Notifies this object that the Schedule has changed.
 

Method Detail

scheduleChanged

void scheduleChanged(ISchedulable schedule)
Notifies this object that the Schedule has changed.

Parameters:
schedule - a reference to the IScheduleable object whose schedule has changed.