org.ros.internal.node.response
Class StringListResultFactory

java.lang.Object
  extended by org.ros.internal.node.response.StringListResultFactory
All Implemented Interfaces:
ResultFactory<java.util.List<java.lang.String>>

public class StringListResultFactory
extends java.lang.Object
implements ResultFactory<java.util.List<java.lang.String>>


Constructor Summary
StringListResultFactory()
           
 
Method Summary
 java.util.List<java.lang.String> newFromValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringListResultFactory

public StringListResultFactory()
Method Detail

newFromValue

public java.util.List<java.lang.String> newFromValue(java.lang.Object value)
Specified by:
newFromValue in interface ResultFactory<java.util.List<java.lang.String>>
Returns:
a value to be returned as the result part of a Response