BowlerKernel
GitLogProgressMonitor.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.scripting;
2 
3 public interface GitLogProgressMonitor {
4  public abstract void onUpdate(String update, Exception e);
5 }
abstract void onUpdate(String update, Exception e)