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

sk.mlobb.be.rcon.handler.ResponseHandler Maven / Gradle / Ivy

package sk.mlobb.be.rcon.handler;

/**
 * The interface Response handler.
 */
public interface ResponseHandler {
    /**
     * On response.
     *
     * @param response the response
     */
    void onResponse(String response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy