All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.Command
java.lang.Object
|
+----javaParse.Command
- public abstract class Command
- extends Object
An abstract class for all command classes
-
Command()
-
-
execute(AWTEvent)
- function that will execute a function
Command
public Command()
execute
public abstract void execute(AWTEvent evt)
- function that will execute a function
- Parameters:
- evt - is the event delivered that causes Command to execute
All Packages Class Hierarchy This Package Previous Next Index