com.redcarton.alarmclock
Interface TimeListener

All Known Implementing Classes:
AlarmClock

public interface TimeListener

TimeListener understands how listen to time changes from Times.

Version:
1.0 2005-03-07
Author:
Dominique Bischof
See Also:
Time

Method Summary
 void timeChanged(Time time)
          Called when a Time's time has changed.
 

Method Detail

timeChanged

public void timeChanged(Time time)
Called when a Time's time has changed.

Parameters:
time - The Time whose time changed.