Class GateKeeper

java.lang.Object
  |
  +--GateKeeper
All Implemented Interfaces:
java.util.EventListener, javax.comm.SerialPortEventListener

public class GateKeeper
extends java.lang.Object
implements javax.comm.SerialPortEventListener

EE 497 Term Project


Constructor Summary
GateKeeper()
          Creates a new instance of GateKeeper
 
Method Summary
static void main(java.lang.String[] args)
           
 void serialEvent(javax.comm.SerialPortEvent event)
          handles newly received data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GateKeeper

public GateKeeper()
Creates a new instance of GateKeeper

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

serialEvent

public void serialEvent(javax.comm.SerialPortEvent event)
handles newly received data

Specified by:
serialEvent in interface javax.comm.SerialPortEventListener