comm API
Version 2.0

javax.comm
Interface SerialPortEventListener

All Superinterfaces:
EventListener

public interface SerialPortEventListener
extends EventListener

Propagates serial port events.

See Also:
CommPort, SerialPort, EventListener

Method Summary
 void serialEvent(SerialPortEvent ev)
          Propagates a SerialPortEvent event.
 

Method Detail

serialEvent

public void serialEvent(SerialPortEvent ev)
Propagates a SerialPortEvent event.

Parameters:
ev - the event to propagate.

comm API
Version 2.0

http://java.sun.com/products/javacomm