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

com.neuronrobotics.sdk.util.IMonitorable Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
package com.neuronrobotics.sdk.util;

// TODO: Auto-generated Javadoc
/**
 * The Interface IMonitorable.
 */
public interface IMonitorable {
	
	/**
	 * Gets the percentage.
	 *
	 * @return the percentage
	 */
	public double getPercentage();
	
	/**
	 * Checks if is complete.
	 *
	 * @return true, if is complete
	 */
	public boolean isComplete();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy