Class ConnectionHealthListener

java.lang.Object
com.inductiveautomation.ignition.designer.ConnectionHealthListener
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class ConnectionHealthListener extends Object implements PropertyChangeListener
Listens to the GatewayConnectionManager to monitor gateway connection health, notifying the designer when the connection is poor
  • Constructor Details

  • Method Details

    • showReconnectDialog

      public void showReconnectDialog()
    • isConnectionOk

      public boolean isConnectionOk()
    • setConnectionOk

      public void setConnectionOk(boolean newValue)
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener