Package net.officefloor.frame.api.clock
Interface Clock<T>
-
public interface Clock<T>
Clock to obtain time.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getTime()
Obtains the time.
-
-
-
Method Detail
-
getTime
T getTime()
Obtains the time.- Returns:
- Time.
-
-