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

org.bdware.doip.endpoint.server.StartServerCallback Maven / Gradle / Ivy

There is a newer version: 1.5.7
Show newest version
package org.bdware.doip.endpoint.server;

public interface StartServerCallback {
    public void onSuccess(int port);
    void onException(Exception e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy