Interface IRefreshableTickClock

All Superinterfaces:
Comparable<ITickClock>, IClock, ITickClock
All Known Subinterfaces:
IAutoRefreshTickClock
All Known Implementing Classes:
AutoRefreshHighAccuracyTickClock, HighAccuracyRefreshableTickClock, RefreshableTickClock

public interface IRefreshableTickClock extends ITickClock
可刷新的记号时钟接口
Author:
wangliang181230
  • Method Details

    • refreshTickClock

      void refreshTickClock()
      刷新记号时钟
    • getTickClockSupplier

      Supplier<ITickClock> getTickClockSupplier()
      获取记号时钟提供者
      Returns:
      记号时钟提供者