Package org.eclipse.emf.mwe.core.monitor

Defines monitors that report the progress state of workflows

See:
          Description

Interface Summary
ProgressMonitor The IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods in this interface are invoked by code that performs the activity.
ProgressMonitor2  
 

Class Summary
NullProgressMonitor Empty implementation of ProgressMonitor.
ProgressMonitorAdapter An adapter between Eclipse's IProgressMonitor interface and oAW's ProgressMonitor interface.
 

Package org.eclipse.emf.mwe.core.monitor Description

Defines monitors that report the progress state of workflows