Class BaseRelativeTime

  • All Implemented Interfaces:
    ProvidesTime
    Direct Known Subclasses:
    RelativeTime

    public class BaseRelativeTime
    extends Object
    implements ProvidesTime
    Provide time from a local source and a hint from a time source. RelativeTime and BaseRelativeTime are separated to provide unit tests of the core functionality of Relative timekeeping.
    • Method Detail

      • updateTime

        public void updateTime​(long advice)