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

me.xethh.libs.toolkits.stopWatchEx.StartStopLabeling Maven / Gradle / Ivy

The newest version!
package me.xethh.libs.toolkits.stopWatchEx;

public interface StartStopLabeling {
    String getLabel();
    String startLabel();
    String stopLabel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy