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