Uiinfrastructure API Docs  
 

IProgressTracker.setRetval Method 

Sets a specific return value for a step. Step 0 is init.

void setRetval(
   int step,
   ReturnValue retval
);

Parameters

step
retval

See Also

IProgressTracker Interface | com.plumtree.uiinfrastructure.diagnostic.testinterface Namespace