Package orc.progress

Utilities for tracking the progress of tasks.

See:
          Description

Interface Summary
ProgressListener Generic interface for things which track the progress of tasks.
 

Class Summary
NullProgressListener Progress listener which does nothing.
ProgressMonitorListener A ProgressListener which runs a ProgressMonitor to display progress.
SubProgressListener Report progress of a subtask to a progress listener for a larger task.
 

Package orc.progress Description

Utilities for tracking the progress of tasks. Used e.g. for the compiler GUI.