|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExecutableRecoveryStrategy
Interface which provides all functions needed to execute a recovery strategy. This interface is meant to be implemented by recovery strategy providers. It should not be exposed to the user of the RoboticsAPI.
| Method Summary | |
|---|---|
IMotionContainer |
startRecovery(Robot robot,
IMotionContainerListener listener)
Starts the recovery motion asynchronously. |
| Method Detail |
|---|
IMotionContainer startRecovery(Robot robot,
IMotionContainerListener listener)
The implementing class must make sure that when this methods finishes (normally or by exception), the state of attached objects on the robot must be restored to the exact state as before.
robot - the Robot which needs to recover. All load data must have been detached prior to the call.listener - motion event listener. Can be null.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||