orbotix.robot.base
Class DeviceResponseFactory

java.lang.Object
  extended by orbotix.robot.base.DeviceResponseFactory

public class DeviceResponseFactory
extends java.lang.Object


Constructor Summary
DeviceResponseFactory()
           
 
Method Summary
static void register(byte deviceId, byte commandId, java.lang.Class responseClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceResponseFactory

public DeviceResponseFactory()
Method Detail

register

public static void register(byte deviceId,
                            byte commandId,
                            java.lang.Class responseClass)