abstract sclass IProgressShower implements AutoCloseable { abstract void setValue(double value); abstract void setTotal(double total); void setText(S text) {} }