|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExecutionListener
Callback interface for execution service listeners.
| Method Summary | |
|---|---|
void |
onExecutionModeChanged(Controller controller,
com.kuka.roboticsAPI.executionModel.ExecutionMode newMode)
Called when execution mode changed on the execution service of the specified controller. |
void |
onExecutionPaused(Controller controller)
Called when execution paused in execution service. |
void |
onExecutionResumed(Controller controller,
ResumeMode mode)
Called when execution of the motion from the given container was started. |
| Method Detail |
|---|
void onExecutionPaused(Controller controller)
Execution can be paused as a result of a user action or safety stop signal.
controller - controller whose execution is paused.
void onExecutionModeChanged(Controller controller,
com.kuka.roboticsAPI.executionModel.ExecutionMode newMode)
controller - controller which execution service execution mode has changed.newMode - new execution mode.
void onExecutionResumed(Controller controller,
ResumeMode mode)
controller - controller controller whose execution is resumed.mode - the execution mode for resuming the motion.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||