Package com.thegongoliers.input.time
Interface Clock
-
- All Known Implementing Classes:
RobotClock
,SystemClock
public interface Clock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getTime()
Gets the current time in seconds.
-