All Packages Class Hierarchy This Package Previous Next Index
Interface oplan.acp3.ProcessViewer
- public interface ProcessViewer
The interface that process viewers must implement in order to
receive information from the workflow stepper (process model).
- See Also:
- ProcessStatusUpdate, StatusChange, ProcessModel
-
setProcessModel(ProcessModel)
-
-
statusUpdate(ProcessStatusUpdate)
-
statusUpdate
public abstract void statusUpdate(ProcessStatusUpdate update)
setProcessModel
public abstract void setProcessModel(ProcessModel model)
All Packages Class Hierarchy This Package Previous Next Index