SMACS

smacs.xngr.browser.ui
Class CheckForUpdateAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bysmacs.xngr.browser.ui.CheckForUpdateAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable

public class CheckForUpdateAction
extends AbstractAction

Checks the xngr site for an update.

Author:
Edwin Dankert
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
CheckForUpdateAction(JFrame frame)
          The constructor for the action which checks for a new version of the application dialog.
 
Method Summary
 void actionPerformed(ActionEvent event)
          The implementation of the action that shows the help dialog, called after a user action.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckForUpdateAction

public CheckForUpdateAction(JFrame frame)
The constructor for the action which checks for a new version of the application dialog.

Parameters:
frame - the parent frame.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
The implementation of the action that shows the help dialog, called after a user action.

Parameters:
event - the action event.

SMACS