io.keen.client.java.KeenNetworkStatusHandler Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy