All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.comm.SerialPortEventListener Maven / Gradle / Ivy

package javax.comm;

import java.util.EventListener;

public interface SerialPortEventListener extends EventListener
{

    public void serialEvent(SerialPortEvent ev);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy