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

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

package nz.sodium.time;

/**
 * A handle for a pending timer.
 */
public interface Timer {
    void cancel();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy