edu.mayo.bsi.ngsportal.client
Class HandleMetadataResult
java.lang.Object
edu.mayo.bsi.ngsportal.client.HandleMetadataResult
- All Implemented Interfaces:
- BooleanCommand
public class HandleMetadataResult
- extends Object
- implements BooleanCommand
@author Gregory Dougherty
|
Method Summary |
void |
execute(boolean result,
com.google.gwt.user.client.Command followUp)
A procedure that takes a boolean (generally a result from the Server)
and an optional Command (generally something to execute based on the result) |
HandleMetadataResult
public HandleMetadataResult(MetadataTab target,
List<SampleInfo> theSamples,
RunData theRunData)
- Standard Constructor
- Parameters:
target - Tab to updatetheSamples - Samples that were testedtheRunData - Run that owned the samples
execute
public void execute(boolean result,
com.google.gwt.user.client.Command followUp)
- Description copied from interface:
BooleanCommand
- A procedure that takes a boolean (generally a result from the Server)
and an optional Command (generally something to execute based on the result)
- Specified by:
execute in interface BooleanCommand
- Parameters:
result - A boolean returned by the ServerfollowUp - Optional Command that might be executed depending on the results returned