HandheldDevice.java

00001 package edu.stanford.hci.r3.devices.types;
00002 
00003 import edu.stanford.hci.r3.devices.Device;
00004 
00015 public class HandheldDevice extends Device {
00016 
00017         public HandheldDevice(String theHostNameOrIPAddr, String descriptiveName) {
00018                 super(theHostNameOrIPAddr, descriptiveName);
00019         }
00020 }

Generated on Sat Apr 14 18:21:35 2007 for R3 Paper Toolkit by  doxygen 1.4.7