serialPort.test
Class TestMonitorThread

java.lang.Object
  extended by serialPort.test.TestMonitorThread
All Implemented Interfaces:
SerialPortEventListener, java.util.EventListener

public class TestMonitorThread
extends java.lang.Object
implements SerialPortEventListener


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

Constructor Detail

TestMonitorThread

public TestMonitorThread()
                  throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

main

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

serialEvent

public void serialEvent(SerialPortEvent event)
Specified by:
serialEvent in interface SerialPortEventListener