Package tethys.swing

Class DeploymentsPanel

All Implemented Interfaces:
DeploymentTableObserver, TethysStateObserver

public class DeploymentsPanel extends TethysExportPanel implements DeploymentTableObserver
  • Constructor Details

    • DeploymentsPanel

      public DeploymentsPanel(TethysControl tethysControl)
  • Method Details

    • selectionChanged

      public void selectionChanged()
      Specified by:
      selectionChanged in interface DeploymentTableObserver
    • updateState

      public void updateState(TethysState tethysState)
      Description copied from interface: TethysStateObserver
      Receive state updates when Tethys has done something (made a connection, moved some data, etc.)
      Note that this is for RECEIVING state updates, not for sending them. To avoid infinite notifications loops, use tethysControl.sendStateUpdate(TethysState) to send out state notifications.
      Specified by:
      updateState in interface TethysStateObserver
      Overrides:
      updateState in class TethysGUIPanel