Package com.sodius.mdw.core.util.progress

Defines the progress monitor framework, which enables to report progress information and check for end-user cancellation.

See:
          Description

Interface Summary
ProgressMonitor Used to monitor the progress of an activity.
 

Class Summary
NullProgressMonitor A default progress monitor implementation suitable for subclassing.
ProgressMonitorWrapper An abstract wrapper around a progress monitor which forwards ProgressMonitor methods to the wrapped progress monitor.
SubProgressMonitor A progress monitor that uses a given amount of work ticks from a parent monitor.
 

Package com.sodius.mdw.core.util.progress Description

Defines the progress monitor framework, which enables to report progress information and check for end-user cancellation.