org.topbraid.spin.util
Interface RunnableWithProgress


public interface RunnableWithProgress

A generic interface similar to Runnable, but with an additional argument that allows the Runnable to display progress.

Author:
Holger Knublauch

Method Summary
 void run(ProgressMonitor monitor)
          Runs the runnable.
 

Method Detail

run

void run(ProgressMonitor monitor)
Runs the runnable.

Parameters:
monitor - an optional ProgressMonitor