All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.webrunner.bab.ExitAction
java.lang.Object
|
+----com.sun.java.swing.AbstractAction
|
+----com.ibm.webrunner.bab.BAction
|
+----com.ibm.webrunner.bab.ExitAction
- public class ExitAction
- extends BAction
- implements Serializable
This is called when the user performs File->Exit.
Default implementation
checks to see if the current Model is modified, if so prompts the user to save
the modified data.
Modification(s) History :
09/21/98 - created
- Version:
- 0.1
- See Also:
- BAction
-
ExitAction()
- Default constructor
-
actionPerformed(ActionEvent)
-
ExitAction
public ExitAction()
- Default constructor
actionPerformed
public void actionPerformed(ActionEvent e)
- Overrides:
- actionPerformed in class BAction
All Packages Class Hierarchy This Package Previous Next Index