All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nz.sodium.time.SecondsTimerSystem Maven / Gradle / Ivy

package nz.sodium.time;

/**
 * A timer system implementation where the clock is a floating point number of seconds
 * since program start.
 */
public class SecondsTimerSystem extends TimerSystem {
    public SecondsTimerSystem() {
        super(new SecondsTimerSystemImpl());
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy