edu.berkeley.guir.papier_mache.rfid
Class RFIDInputDevice

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.rfid.RFIDInputDevice
All Implemented Interfaces:
Phidgets._IPhidgetRFIDEvents, java.util.EventListener, InputDevice

public class RFIDInputDevice
extends java.lang.Object
implements Phidgets._IPhidgetRFIDEvents, InputDevice

An RFID input device based on the Phidgets toolkit to be passed into the RFIDPhobProducer. Currently on hold.

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

Field Summary
 
Fields inherited from interface Phidgets._IPhidgetRFIDEvents
event_package, id_1, id_2, id_3
 
Constructor Summary
RFIDInputDevice()
           
 
Method Summary
 void OnDetach(Phidgets._IPhidgetRFIDEvents_OnDetachEvent arg0)
           
 void OnError(Phidgets._IPhidgetRFIDEvents_OnErrorEvent arg0)
           
 void OnTag(Phidgets._IPhidgetRFIDEvents_OnTagEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFIDInputDevice

public RFIDInputDevice()
Method Detail

OnTag

public void OnTag(Phidgets._IPhidgetRFIDEvents_OnTagEvent arg0)
Specified by:
OnTag in interface Phidgets._IPhidgetRFIDEvents

OnDetach

public void OnDetach(Phidgets._IPhidgetRFIDEvents_OnDetachEvent arg0)
Specified by:
OnDetach in interface Phidgets._IPhidgetRFIDEvents

OnError

public void OnError(Phidgets._IPhidgetRFIDEvents_OnErrorEvent arg0)
Specified by:
OnError in interface Phidgets._IPhidgetRFIDEvents