net.officefloor.plugin.servlet.time
Interface Clock


public interface Clock

Clock to provide the current time.

Author:
Daniel Sagenschneider

Method Summary
 long currentTimeMillis()
          Obtains the current time as per System.currentTimeMillis().
 

Method Detail

currentTimeMillis

long currentTimeMillis()
Obtains the current time as per System.currentTimeMillis().

Returns:
Current time in milliseconds since epoch.


Copyright © 2005-2011. All Rights Reserved.