com.neuronrobotics.sdk.util.IMonitorable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-bowler Show documentation
Show all versions of java-bowler Show documentation
A command line utility for accesing the bowler framework.
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