package com.github.jmchilton.jgalaxy; interface IndexedProgressUpdater { void setProgress(int index, int percentComplete); }