Interface ClockListener

All Known Implementing Classes:
DayView, IdleTask, MainWindow, RegularTask, Task

public interface ClockListener
Object that wants to be notified at each clock tick.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method called when one clock tick is over.
  • Method Details

    • tick

      void tick()
      Method called when one clock tick is over.