org.ros.internal.node.response
Class BooleanResultFactory

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

public class BooleanResultFactory
extends java.lang.Object
implements ResultFactory<java.lang.Boolean>


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

BooleanResultFactory

public BooleanResultFactory()
Method Detail

newFromValue

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