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

org.bdware.irp.irpserver.IrpServer Maven / Gradle / Ivy

package org.bdware.irp.irpserver;

public interface IrpServer {
    void start();
    void stop();
    void setIrpServerHandler(IrpHandler handler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy