Package org.cesilko.rachota.core
Interface ClockListener
-
- All Known Implementing Classes:
DayView,IdleTask,MainWindow,RegularTask,Task
public interface ClockListenerObject that wants to be notified at each clock tick.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtick()Method called when one clock tick is over.
-