org.opa.cookie
Interface OPADeleteCookie

All Superinterfaces:
OPACookie
All Known Implementing Classes:
TestTextField.MyDeleteCookie

public interface OPADeleteCookie
extends OPACookie

This interface defines objects that can create OPACommands to perform desired action on target objects. OPACopyCookie instances are responsible for creating OPACommands that can "delete" something. The actual action performed by a "delete" OPACommand will vary depending on the GUI component. OPACookie is based on a design pattern used by the Netbeans IDE (www.netbeans.org)


Method Summary
 void doDelete()
          Deprecated. OPACookie sub-interfaces are now EMPTY. The method of interest is defined in the OPACookie interface.
 
Methods inherited from interface org.opa.core.OPACookie
command
 

Method Detail

doDelete

public void doDelete()
Deprecated. OPACookie sub-interfaces are now EMPTY. The method of interest is defined in the OPACookie interface.

Requests an action be performed.