smacs.xngr.browser.ui
Class CheckForUpdateAction
java.lang.Object
javax.swing.AbstractAction
smacs.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
|
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. |
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.
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.