org.amicofragile.time
Interface TimeSource

All Known Implementing Classes:
ConstantTimeSource, SystemTimeSource

public interface TimeSource

Source for time related information.

Author:
Pietro Martinelli

Method Summary
 long currentTimeInMillis()
           
 

Method Detail

currentTimeInMillis

long currentTimeInMillis()
Returns:
the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
See Also:
System.currentTimeMillis()


Copyright © 2010. All Rights Reserved.