Public Member Functions

cern.gp.capabilities.CopyCapability Interface Reference

Inheritance diagram for cern.gp.capabilities.CopyCapability:
cern.gp.capabilities.Capability

List of all members.

Public Member Functions

void copy (GPNode node)

Detailed Description

Capability an object implements so that it can be copied. This capability is invoked by the corresponding Action

See also:
cern.gp.actions.CopyAction
Author:
Vito Baggiolini
Version:
Revision:
1.2
Date:
2006/09/25 08:52:36

Member Function Documentation

void cern.gp.capabilities.CopyCapability.copy ( GPNode  node  ) 

Tells this object that it has to be copied. The object has to interpret what copy means in its own context, which is done by implementing this interface.

Parameters:
node the node representing the bean on which the capability has been activated

Referenced by cern.gp.actions.CopyAction.performCapability().


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties