Uses of Interface
org.cesilko.rachota.core.ClockListener
Packages that use ClockListener
-
Uses of ClockListener in org.cesilko.rachota.core
Classes in org.cesilko.rachota.core that implement ClockListenerModifier and TypeClassDescriptionclassTask that repeats every day or once a week.classTask that repeats every day or once a week.classSingle task planned for particular day.Methods in org.cesilko.rachota.core with parameters of type ClockListenerModifier and TypeMethodDescriptionvoidClock.addListener(ClockListener listener) Adds new clock listener.voidClock.removeListener(ClockListener listener) Removes already registered clock listener. -
Uses of ClockListener in org.cesilko.rachota.gui
Classes in org.cesilko.rachota.gui that implement ClockListenerModifier and TypeClassDescriptionclassPanel showing tasks planned for one day and manipulation with them.classMain window of the Rachota application.