sinterface IProgressShower extends AutoCloseable { void setValue(double value); void setTotal(double total); }