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

fit.decorator.util.Timer Maven / Gradle / Ivy

package fit.decorator.util;

public interface Timer {
  long elapsed();

  void start();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy