All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.ReallyQuitCommand

java.lang.Object
   |
   +----javaParse.Command
           |
           +----javaParse.ReallyQuitCommand

public class ReallyQuitCommand
extends Command
implements ActionListener

Constructor Index

 o ReallyQuitCommand(GrammarWindow)

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
function that will execute a function

Constructors

 o ReallyQuitCommand
 public ReallyQuitCommand(GrammarWindow app)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o execute
 public void execute(AWTEvent e)
function that will execute a function

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index