Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.asyncjob
Interface AsyncJobProgressReporter  view AsyncJobProgressReporter download AsyncJobProgressReporter.java


public interface AsyncJobProgressReporter

An object that is passed to an AsyncJob during a run so it can report on its progress.


Method Summary
 void updateProgress(float fractionDone, java.lang.String progressString)
          Send a progress update
 

Method Detail

updateProgress

public void updateProgress(float fractionDone,
                           java.lang.String progressString)
Send a progress update