Package org.ros.internal.node.response
Class BooleanResultFactory
java.lang.Object
org.ros.internal.node.response.BooleanResultFactory
- All Implemented Interfaces:
ResultFactory<Boolean>
- Author:
- kwc@willowgarage.com (Ken Conley)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanResultFactory
public BooleanResultFactory()
-
-
Method Details
-
newFromValue
- Specified by:
newFromValuein interfaceResultFactory<Boolean>- Returns:
- a value to be returned as the result part of a
Response
-