|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IApplicationControl
Interface for application controls. This interface contains methods for application control.
| Method Summary | |
|---|---|
void |
halt()
Pauses the execution of the robotics API application and blocks the calling thread until the application state changes back to "running". |
void |
pause()
Pauses the execution of the robotics API application. |
void |
registerMoveAsyncErrorHandler(IErrorHandler handler)
Registers an error handler for handling events which are fired when an asynchronous move command fails. |
| Methods inherited from interface com.kuka.roboticsAPI.applicationModel.IApplicationOverrideControl |
|---|
addOverrideListener, clipApplicationOverride, clipManualOverride, getApplicationOverride, getEffectiveOverride, getManualOverride, removeOverrideListener, setApplicationOverride |
| Method Detail |
|---|
void pause()
The application state is set to "motion paused". Any following statements of the calling thread will continue to be executed if they are independent of the application state.
void halt()
The application state is set to "motion paused" and no following
statements of the calling thread will be executed after the call to
halt, until the application is resumed.
void registerMoveAsyncErrorHandler(IErrorHandler handler)
handler - the error handler which handles the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||