| |
|
| java.lang.Object java.lang.Thread org.obe.designer.OpenWorkflowThread
OpenWorkflowThread | public class OpenWorkflowThread extends Thread (Code) | | A threaded class for loading workflow definitions.
author: Anthony Eden |
addErrorListener | public void addErrorListener(ErrorListener l)(Code) | | Add the specified error listener.
Parameters: l - The ErrorListener |
loadWorkflowDefinition | public void loadWorkflowDefinition(File file) throws Exception(Code) | | Load the workflow definition from the given file.
Parameters: file - The file throws: Exception - |
removeErrorListener | public void removeErrorListener(ErrorListener l)(Code) | | Remove the specified error listener.
Parameters: l - The ErrorListener |
|
|
|