Class IOSConnectivityService
java.lang.Object
com.gluonhq.attach.connectivity.impl.IOSConnectivityService
- All Implemented Interfaces:
ConnectivityService
-
Property Summary
TypePropertyDescriptionjavafx.beans.property.ReadOnlyBooleanProperty
A read-only property indicating whether there is data connectivity available or not. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ReadOnlyBooleanProperty
A read-only property indicating whether there is data connectivity available or not.boolean
Gets the value of the property connected.
-
Property Details
-
connected
public javafx.beans.property.ReadOnlyBooleanProperty connectedProperty- Specified by:
connectedProperty
in interfaceConnectivityService
- See Also:
-
-
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 interfaceConnectivityService
- See Also:
-
isConnected
public boolean isConnected()Gets the value of the property connected.- Specified by:
isConnected
in interfaceConnectivityService
- Property description:
- Returns:
- Will be true if there is data connectivity, and false otherwise.
-