All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Pixmap.Command

java.lang.Object
   |
   +----Pixmap.Command

public abstract class Command
extends Object
implements ActionListener
An abstract command class

Author:
Owen Astrachan

Constructor Index

 o Command()

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
must be overridden in subclasses

Constructors

 o Command
 public Command()

Methods

 o execute
 public abstract void execute(AWTEvent evt)
must be overridden in subclasses


All Packages  Class Hierarchy  This Package  Previous  Next  Index