com.kuka.roboticsAPI.requestModel
Class PausingRequest

java.lang.Object
  extended by com.kuka.roboticsAPI.requestModel.AbstractRequest
      extended by com.kuka.roboticsAPI.requestModel.PausingRequest
All Implemented Interfaces:
IRequest

public class PausingRequest
extends AbstractRequest

Represents a Pausing request.


Constructor Summary
PausingRequest()
           
 
Method Summary
 Object getResult()
          Gets the result of the request.
 void setResult(boolean value)
          Sets the result.
 
Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest
hasResult, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PausingRequest

public PausingRequest()
Method Detail

setResult

public void setResult(boolean value)
Sets the result.

Parameters:
value - result value

getResult

public Object getResult()
Gets the result of the request.

Returns:
The result of the request.


Copyright © 2019. All rights reserved.