BowlerKernel
IMonitorable.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.util;
2 
3 // TODO: Auto-generated Javadoc
7 public interface IMonitorable {
8 
14  public double getPercentage();
15 
21  public boolean isComplete();
22 }