ActionChannel Class Reference

List of all members.

Public Member Functions

 ActionChannel (Device device)
void openURL (String urlString)
void typeString (String typeThis)
void openFile (File f)

Detailed Description

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.

Author:
Ron B Yeh (ronyeh(AT)cs.stanford.edu)

Definition at line 25 of file ActionChannel.java.


Constructor & Destructor Documentation

ActionChannel ( Device  device  ) 

Parameters:
device 

Definition at line 32 of file ActionChannel.java.


Member Function Documentation

void openFile ( File  f  ) 

Parameters:
f 

Definition at line 60 of file ActionChannel.java.

References Device.invokeAction().

void openURL ( String  urlString  ) 

Parameters:
urlString 

Definition at line 39 of file ActionChannel.java.

References Device.invokeAction().

void typeString ( String  typeThis  ) 

Parameters:
typeThis 

Definition at line 51 of file ActionChannel.java.

References Device.invokeAction(), and RobotAction.typeString().


The documentation for this class was generated from the following file:
Generated on Sat Apr 14 18:21:41 2007 for R3 Paper Toolkit by  doxygen 1.4.7