edu.ucsb.nceas.morpho.query
Class CancelCommand

java.lang.Object
  |
  +--edu.ucsb.nceas.morpho.query.CancelCommand

public class CancelCommand
extends java.lang.Object
implements Command

Class to handle cancel command


Constructor Summary
CancelCommand(java.awt.Window myWindow)
          Constructor of CancelCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute cancel command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelCommand

public CancelCommand(java.awt.Window myWindow)
Constructor of CancelCommand
Parameters:
myWindow - the window which the cancel command will apply
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute cancel command
Specified by:
execute in interface Command


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.