Release Planner v1.0

rp.cmd
Class QuitCommand

java.lang.Object
  |
  +--rp.cmd.Command
        |
        +--rp.cmd.QuitCommand
All Implemented Interfaces:
java.lang.Cloneable

public class QuitCommand
extends Command

Exits the application

Version:
$Revision: 1.1 $, $Date: 2002/04/09 22:17:56 $

Constructor Summary
QuitCommand()
           
 
Method Summary
 void execute()
           
 java.lang.String getName()
           
 
Methods inherited from class rp.cmd.Command
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuitCommand

public QuitCommand()
Method Detail

execute

public void execute()
Specified by:
execute in class Command

getName

public java.lang.String getName()
Specified by:
getName in class Command

Release Planner v1.0