org.opa.core
Interface OPAUndoableCommand

All Superinterfaces:
OPACommand
All Known Implementing Classes:
TestTextField.MyDeleteCookie.TestCommand

public interface OPAUndoableCommand
extends OPACommand


Method Summary
 void undo()
           
 
Methods inherited from interface org.opa.core.OPACommand
execute
 

Method Detail

undo

public void undo()