public abstract class RobotPositionCallback2 extends Object
PositionParameters
which composes several parameters defining a position
of the robot. Override this abstract class to execute custom code when the end user accepts or cancels a request for
defining a robot position.Constructor and Description |
---|
RobotPositionCallback2() |
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
This method is called if the end user cancels inputting the robot position.
|
abstract void |
onOk(PositionParameters parameters)
This method is called if the end user accepts the robot position.
|
public abstract void onOk(PositionParameters parameters)
parameters
- the parameters that define the robot positionpublic void onCancel()
Copyright © 2021. All rights reserved.