Uses of Interface
org.amicofragile.time.TimeSource

Packages that use TimeSource
org.amicofragile.time This package contains time-related utility classes. 
 

Uses of TimeSource in org.amicofragile.time
 

Classes in org.amicofragile.time that implement TimeSource
 class ConstantTimeSource
          TimeSource returning constant current time.
 class SystemTimeSource
          System clock based TimeSource.
 

Fields in org.amicofragile.time declared as TimeSource
private static TimeSource SystemTime.DEFAULT_TIME_SOURCE
          Default TimeSource: this TimeSource delegates to System.currentTimeMillis().
private static TimeSource SystemTime.timeSource
          Current TimeSource in use.
 

Methods in org.amicofragile.time with parameters of type TimeSource
static void SystemTime.setTimeSource(TimeSource timeSource)
          Sets TimeSource provider to use.
 



Copyright © 2010. All Rights Reserved.