edu.stanford.hci.r3.devices.channels
Class ActionChannel

java.lang.Object
  extended by edu.stanford.hci.r3.devices.channels.ActionChannel

public class ActionChannel
extends java.lang.Object

The idea of channels is to provide a nice API for sending actions to a remote device. One could circumvent this to directly use the actions package, but the Device object will only know about its channels (for now).

This software is distributed under the BSD License.


Constructor Summary
ActionChannel(Device device)
           
 
Method Summary
 void openFile(java.io.File f)
           
 void openURL(java.lang.String urlString)
           
 void typeString(java.lang.String typeThis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionChannel

public ActionChannel(Device device)
Parameters:
device -
Method Detail

openURL

public void openURL(java.lang.String urlString)
Parameters:
urlString -

typeString

public void typeString(java.lang.String typeThis)
Parameters:
typeThis -

openFile

public void openFile(java.io.File f)
Parameters:
f -

Copyright 2006 Stanford University