|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResumeMode | |
|---|---|
| com.kuka.roboticsAPI.controllerModel | Contains the controller classes for accessing a controller and it's services. |
| com.kuka.roboticsAPI.controllerModel.sunrise | Contains the controller implementation for the sunrise controller including it's IO interface. |
| Uses of ResumeMode in com.kuka.roboticsAPI.controllerModel |
|---|
| Methods in com.kuka.roboticsAPI.controllerModel with parameters of type ResumeMode | |
|---|---|
void |
IExecutionListener.onExecutionResumed(Controller controller,
ResumeMode mode)
Called when execution of the motion from the given container was started. |
void |
ExecutionListenerAdapter.onExecutionResumed(Controller controller,
ResumeMode mode)
|
boolean |
IPausableExecutionService.resumeExecution(ResumeMode mode)
Resumes the paused execution. |
| Uses of ResumeMode in com.kuka.roboticsAPI.controllerModel.sunrise |
|---|
| Methods in com.kuka.roboticsAPI.controllerModel.sunrise that return ResumeMode | |
|---|---|
static ResumeMode |
ResumeMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResumeMode[] |
ResumeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.roboticsAPI.controllerModel.sunrise with parameters of type ResumeMode | |
|---|---|
boolean |
SunriseExecutionService.resumeExecution(ResumeMode mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||