BowlerKernel
IProgressMonitorListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.util;
2 
3 // TODO: Auto-generated Javadoc
14 public interface IProgressMonitorListener {
15 
21  public void onUpdate(double value);
22 
26  public void onComplete();
27 }