octoshape.osa2.listeners
Interface ProgressListener


public interface ProgressListener

Listens for indications of how far we are progressed with something.


Method Summary
 void gotProgress(int progress)
          How far we have progressed in permille.
 

Method Detail

gotProgress

void gotProgress(int progress)
How far we have progressed in permille. That is, a number in the interval 0 to 1000 where 0 means just started and 1000 means fully completed.