Package icu.easyj.core.clock
Interface IAutoRefreshTickClock
- All Superinterfaces:
Comparable<ITickClock>,Destroyable,IClock,IRefreshableTickClock,ITickClock
- All Known Implementing Classes:
AutoRefreshHighAccuracyTickClock
可自动刷新的记号时钟接口
- Author:
- wangliang181230
-
Method Summary
Modifier and TypeMethodDescriptionboolean判断是否正在自动刷新void开始自动刷新void停止自动刷新Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface icu.easyj.core.clock.IClock
currentTimeMicros, currentTimeMillis, currentTimeNanos, nowMethods inherited from interface icu.easyj.core.clock.IRefreshableTickClock
getTickClockSupplier, refreshTickClockMethods inherited from interface icu.easyj.core.clock.ITickClock
compareTo, getBaseEpochMicros, getBaseTickNanos, getPassedNanos
-
Method Details
-
startAutoRefresh
void startAutoRefresh()开始自动刷新 -
stopAutoRefresh
void stopAutoRefresh()停止自动刷新 -
isAutoRefreshing
boolean isAutoRefreshing()判断是否正在自动刷新- Returns:
- 是否正在自动刷新
-