Class IOSConnectivityService

java.lang.Object
com.gluonhq.attach.connectivity.impl.IOSConnectivityService
All Implemented Interfaces:
ConnectivityService

public class IOSConnectivityService extends Object implements ConnectivityService
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.ReadOnlyBooleanProperty
    A read-only property indicating whether there is data connectivity available or not.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.ReadOnlyBooleanProperty
    A read-only property indicating whether there is data connectivity available or not.
    boolean
    Gets the value of the property connected.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Property Details

  • Constructor Details

    • IOSConnectivityService

      public IOSConnectivityService()
  • Method Details

    • connectedProperty

      public javafx.beans.property.ReadOnlyBooleanProperty connectedProperty()
      Description copied from interface: ConnectivityService
      A read-only property indicating whether there is data connectivity available or not.
      Specified by:
      connectedProperty in interface ConnectivityService
      See Also:
    • isConnected

      public boolean isConnected()
      Gets the value of the property connected.
      Specified by:
      isConnected in interface ConnectivityService
      Property description:
      Returns:
      Will be true if there is data connectivity, and false otherwise.