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

io.keen.client.java.KeenNetworkStatusHandler Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package io.keen.client.java;

/**
 * This interface holds methods for checking network conditions.
 *
 * @author Simon Murtha Smith
 * @since 2.1.0
 */
public interface KeenNetworkStatusHandler {

    /**
     * Reports on whether there is a network connection
     *
     * @return The object which was read, held in a {@code Map}.
     */
    public boolean isNetworkConnected();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy