com.engidea.comm
Interface SerialPortEventListener

All Superinterfaces:
java.util.EventListener

public interface SerialPortEventListener
extends java.util.EventListener

If an Object wants to listen to serial events it shouldimplement this interface and then attash itseld to the port using the public abstract void setEventListener(SerialPortEventListener lsnr)


Method Summary
 void serialEvent(SerialPortEvent ev)
           
 

Method Detail

serialEvent

void serialEvent(SerialPortEvent ev)