Class OnInternetStateChanged

  • All Implemented Interfaces:
    ej.net.util.connectivity.SimpleNetworkCallback

    public class OnInternetStateChanged
    extends java.lang.Object
    implements ej.net.util.connectivity.SimpleNetworkCallback
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onConnectivity​(boolean isConnected)  
      void onInternet​(boolean hasInternet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OnInternetStateChanged

        public OnInternetStateChanged​(ej.bon.Timer timer)
    • Method Detail

      • onInternet

        public void onInternet​(boolean hasInternet)
        Specified by:
        onInternet in interface ej.net.util.connectivity.SimpleNetworkCallback
      • onConnectivity

        public void onConnectivity​(boolean isConnected)
        Specified by:
        onConnectivity in interface ej.net.util.connectivity.SimpleNetworkCallback