|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.ExecutionListenerAdapter
public class ExecutionListenerAdapter
Empty adapter implementation of a Sunrise execution listener.
| Constructor Summary | |
|---|---|
ExecutionListenerAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionListenerAdapter()
| Method Detail |
|---|
public void onExecutionPaused(Controller controller)
IExecutionListenerExecution can be paused as a result of a user action or safety stop signal.
onExecutionPaused in interface IExecutionListenercontroller - controller whose execution is paused.
public void onExecutionModeChanged(Controller controller,
com.kuka.roboticsAPI.executionModel.ExecutionMode newMode)
IExecutionListener
onExecutionModeChanged in interface IExecutionListenercontroller - controller which execution service execution mode has changed.newMode - new execution mode.
public void onExecutionResumed(Controller controller,
ResumeMode mode)
IExecutionListener
onExecutionResumed in interface IExecutionListenercontroller - 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 | |||||||||