org.ros.internal.node.response
Class VoidResultFactory

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

public class VoidResultFactory
extends java.lang.Object
implements ResultFactory<java.lang.Void>


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

VoidResultFactory

public VoidResultFactory()
Method Detail

newFromValue

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