cz.cuni.jagrlib.iface
Interface ProgressListener

All Known Implementing Classes:
ProgressCounter, SampleRenderWorker

public interface ProgressListener

Object able to receive progress-state information.

See Also:
ProgressListener.java

Method Summary
 void progress(long state, long total)
          Sets progress state (0 <= state <= total).
 void repaint()
          Repaint progress indicator (if applicable).
 

Method Detail

progress

void progress(long state,
              long total)
Sets progress state (0 <= state <= total).


repaint

void repaint()
Repaint progress indicator (if applicable).