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

de.swm.gwt.client.mobile.network.NativeNetworkHandler Maven / Gradle / Ivy

The newest version!
package de.swm.gwt.client.mobile.network;

/**
 * Will detect network availability using a native implementation instead of polling.
 *
 */
public interface NativeNetworkHandler {

	/**
	 * Trie is Network is available.
	 * @return true if network such as 3g is present
	 */
	boolean hasNetwork();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy