org.ros.internal.node.response
Class IntegerResultFactory

java.lang.Object
  extended by org.ros.internal.node.response.IntegerResultFactory
All Implemented Interfaces:
ResultFactory<java.lang.Integer>

public class IntegerResultFactory
extends java.lang.Object
implements ResultFactory<java.lang.Integer>


Constructor Summary
IntegerResultFactory()
           
 
Method Summary
 java.lang.Integer 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

IntegerResultFactory

public IntegerResultFactory()
Method Detail

newFromValue

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