Package org.ros.internal.node.response
Class IntegerResultFactory
java.lang.Object
org.ros.internal.node.response.IntegerResultFactory
- All Implemented Interfaces:
ResultFactory<Integer>
- Author:
- damonkohler@google.com (Damon Kohler)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerResultFactory
public IntegerResultFactory()
-
-
Method Details
-
newFromValue
- Specified by:
newFromValuein interfaceResultFactory<Integer>- Returns:
- a value to be returned as the result part of a
Response
-