simtools.diagram
Interface DiagramAction

All Known Implementing Classes:
ShapesContainerPopup

public interface DiagramAction

An interface to be used for the implementation of user actions on a diagram

Version:
1.0 1999
Author:
Claude Cazenave
See Also:
DiagramComponent

Method Summary
 boolean executeAction(int kind, java.lang.Object src)
          The diagram calls this method when an action is executed
 

Method Detail

executeAction

boolean executeAction(int kind,
                      java.lang.Object src)
The diagram calls this method when an action is executed

Parameters:
kind - the action kind
src - the element of the diagram used for this action