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

at.gridgears.held.FindLocationCallback Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package at.gridgears.held;

public interface FindLocationCallback {
    void completed(FindLocationRequest request, FindLocationResult findLocationResult);

    void failed(FindLocationRequest request, Exception exception);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy