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

com.codebullets.sagalib.timeout.Clock Maven / Gradle / Ivy

The newest version!
package com.codebullets.sagalib.timeout;

import java.util.Date;

/**
 * Represents a clock in the system. Capable of telling the current time.
 */
public interface Clock {
    /**
     * Returns the current date and time.
     */
    Date now();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy