edu.stanford.hci.r3.pen.batch
Class BatchImporter

java.lang.Object
  extended by edu.stanford.hci.r3.pen.batch.BatchImporter

public class BatchImporter
extends java.lang.Object

The batch importer will be called by the pen importer (.NET code) every time you synchronize the pen. It sends the information to the BatchServer, which will notify any running applications. TODO: In the future, applications do not need to be running all the time. They will be notified of new data upon booting.

This software is distributed under the BSD License.


Constructor Summary
BatchImporter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchImporter

public BatchImporter()
Method Detail

main

public static void main(java.lang.String[] args)

Copyright 2006 Stanford University