Class ConnectionHealthListener

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener

    public class ConnectionHealthListener
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    Listens to the GatewayConnectionManager to monitor gateway connection health, notifying the designer when the connection is poor
    • Method Detail

      • showReconnectDialog

        public void showReconnectDialog()
      • isConnectionOk

        public boolean isConnectionOk()
      • setConnectionOk

        public void setConnectionOk​(boolean newValue)
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener