Interface ProvidesTime

  • All Known Implementing Classes:
    BaseRelativeTime, RelativeTime, SystemTime

    public interface ProvidesTime
    An interface for anything that returns the time in the same format as System.currentTimeMillis().
    • Method Detail

      • currentTime

        long currentTime()