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

javax.comm.ParallelPortEventListener Maven / Gradle / Ivy

The newest version!
package javax.comm;

import java.util.EventListener;

public interface ParallelPortEventListener extends EventListener
{
    public void parallelEvent(ParallelPortEvent ev);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy