Class UpdateAgent

java.lang.Object
java.awt.event.WindowAdapter
noaa.coastwatch.gui.UpdateAgent
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener

public class UpdateAgent extends WindowAdapter
The UpdateAgent class performs an update check on the network, then pops up an informational dialog if the software is out of date. The update check is started asynchronously when the window is made visible for the first time so that no delay occurs.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • UpdateAgent

      public UpdateAgent(String tool)
      Creates a new update agent for the specified tool name.
  • Method Details