Qizx/open API

net.axyana.qizxopen.util
Interface ProgressHandler


public interface ProgressHandler

Measures the progress of a time-consuming task.


Method Summary
 void progressDone(double value)
          Signals progress of task.
 

Method Detail

progressDone

public void progressDone(double value)
Signals progress of task. Value can be a fraction between 0 and 1, or any value, depending on the task.


© 2005 Axyana Software