Uses of Interface
org.cesilko.rachota.core.ClockListener

Packages that use ClockListener
org.cesilko.rachota.core   
org.cesilko.rachota.gui   
 

Uses of ClockListener in org.cesilko.rachota.core
 

Classes in org.cesilko.rachota.core that implement ClockListener
 class IdleTask
          Task that repeats every day or once a week.
 class RegularTask
          Task that repeats every day or once a week.
 class Task
          Single task planned for particular day.
 

Methods in org.cesilko.rachota.core with parameters of type ClockListener
 void Clock.addListener(ClockListener listener)
          Adds new clock listener.
 void Clock.removeListener(ClockListener listener)
          Removes already registered clock listener.
 

Uses of ClockListener in org.cesilko.rachota.gui
 

Classes in org.cesilko.rachota.gui that implement ClockListener
 class DayView
          Panel showing tasks planned for one day and manipulation with them.
 class MainWindow
          Main window of the Rachota application.