org.opa.cookie
Interface OPACopyCookie

All Superinterfaces:
OPACookie

public interface OPACopyCookie
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 "copy" something. The actual action performed by a "copy" 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 doCopy()
          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

doCopy

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

Requests an action be performed.