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

com.github.olaaronsson.process.histogram.LifeCycleProvider Maven / Gradle / Ivy

The newest version!
package com.github.olaaronsson.process.histogram;

public interface LifeCycleProvider {
	Enum[] getCycle();
	Enum getCurrentStatus();
	String getCurrentProcess();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy