serialPort.test
Class TestMonitorThread

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

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,
                         UnsupportedCommOperationException,
                         java.io.IOException,
                         NoSuchPortException,
                         PortInUseException
Throws:
java.lang.ClassNotFoundException
UnsupportedCommOperationException
java.io.IOException
NoSuchPortException
PortInUseException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws UnsupportedCommOperationException,
                        NoSuchPortException,
                        java.io.IOException,
                        PortInUseException
Throws:
UnsupportedCommOperationException
NoSuchPortException
java.io.IOException
PortInUseException

serialEvent

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