1.0.0

org.eclipse.soda.dk.serial.connection
Class SerialPortListener

java.lang.Object
  extended by org.eclipse.soda.dk.serial.connection.SerialPortListener
All Implemented Interfaces:
java.util.EventListener, SerialPortEventListener

public class SerialPortListener
extends java.lang.Object
implements SerialPortEventListener

Version:
1.0.0

Constructor Summary
SerialPortListener(SerialPort port)
          Constructs an instance of this class.
 
Method Summary
 void serialEvent(SerialPortEvent ev)
          Serial event with the specified ev parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialPortListener

public SerialPortListener(SerialPort port)
Constructs an instance of this class. The port (SerialPort) parameter.

Parameters:
port - The port (SerialPort) parameter.
Method Detail

serialEvent

public void serialEvent(SerialPortEvent ev)
Serial event with the specified ev parameter. The ev (SerialPortEvent) parameter.

Specified by:
serialEvent in interface SerialPortEventListener
Parameters:
ev - The ev (SerialPortEvent) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM