Interface TimeProvider
- All Known Subinterfaces:
SchedulingService
public interface TimeProvider
Provider of internal system time.
Internal system time is controlled either by a timer function or by external time events.
-
Field Summary
-
Method Summary
-
Field Details
-
EPTYPE
-
-
Method Details
-
getTime
long getTime()Returns the current runtime time.- Returns:
- time that has last been set
-
getDefaultFormatter
DateTimeFormatter getDefaultFormatter()
-