Interface ClockReader
-
- All Known Subinterfaces:
Clock
- All Known Implementing Classes:
DefaultClockImpl,TestClockImpl
public interface ClockReaderThis interface provides clock reading functionality
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendargetCurrentCalendar()CalendargetCurrentCalendar(TimeZone timeZone)DategetCurrentTime()TimeZonegetCurrentTimeZone()
-