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

Method Index

 o setProcessModel(ProcessModel)
 o statusUpdate(ProcessStatusUpdate)

Methods

 o statusUpdate
 public abstract void statusUpdate(ProcessStatusUpdate update)
 o setProcessModel
 public abstract void setProcessModel(ProcessModel model)

All Packages  Class Hierarchy  This Package  Previous  Next  Index