edu.berkeley.guir.papier_mache.test
Class HelloWorld

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.test.HelloWorld

public class HelloWorld
extends java.lang.Object

A simple application that prints "Hello World!" when an object is added, "Goodbye World!" when an object is removed. Switch between Vision and RFID technologies by using either the VisionPhobProducer or RFIDManager in 1., and likewise in 3. (don't forget the appropriate imports)

Author:
Jack Li ( jack(AT)eecs{DOT}berkeley{DOT}edu )

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

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

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