public static class SubProcessActivityHandler.SubprocessResultHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected MActivity |
activity |
protected ProcessThread |
thread |
Constructor and Description |
---|
SubprocessResultHandler(ProcessThread thread,
MActivity activity) |
Modifier and Type | Method and Description |
---|---|
void |
handleProcessResult(java.lang.String param,
java.lang.Object key,
java.lang.Object value) |
protected static void |
updateParameters(ProcessThread thread,
MActivity activity)
Update the parameter values after a step.
|
protected ProcessThread thread
protected MActivity activity
public SubprocessResultHandler(ProcessThread thread, MActivity activity)
public void handleProcessResult(java.lang.String param, java.lang.Object key, java.lang.Object value)
protected static void updateParameters(ProcessThread thread, MActivity activity)
activity
- thread
- instance
-