public class ResectionMapComponent.ResectionWorkflowResultHandler extends java.lang.Object implements OnResectionResult, ResectionMapComponent.BackButtonCallback
Constructor and Description |
---|
ResectionWorkflowResultHandler() |
Modifier and Type | Method and Description |
---|---|
void |
backButtonPressed() |
void |
result(ResectionWorkflow rwf,
ResectionLocationEstimate estimate)
Fires when a location estimate has been computed
|
public void result(ResectionWorkflow rwf, ResectionLocationEstimate estimate)
OnResectionResult
result
in interface OnResectionResult
rwf
- The ResectionWorkflow
that computed the estimateestimate
- The location estimatepublic void backButtonPressed()
backButtonPressed
in interface ResectionMapComponent.BackButtonCallback