Public Member Functions

cern.gp.capabilities.DeleteCapability Interface Reference

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

List of all members.

Public Member Functions

void delete (GPNode node)

Detailed Description

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

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

Member Function Documentation

void cern.gp.capabilities.DeleteCapability.delete ( GPNode  node  ) 

Indicates to this object that it has to be deleted. The object has to interpret what does edit means in its own context, by implementing this interface.

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

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


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