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