Interface Clock

All Known Implementing Classes:
RealClock

public interface Clock
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    default void
     
  • Method Details

    • register

      void register(Clock.ClockListener listener)
    • start

      void start()
    • stop

      default void stop()