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

org.bdware.client.ResultCallback Maven / Gradle / Ivy

The newest version!
package org.bdware.client;

import com.google.gson.JsonObject;

public interface ResultCallback {
    void onResult(JsonObject r);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy