Dresden OCL Toolkit

tudresden.ocl.gui.events
Interface ConstraintChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ConstraintChangeAdapter, OCLEditor, OCLEditor.ConstraintTableModel

public interface ConstraintChangeListener
extends EventListener

Listener to be informed about changes in an OCLEditorModel.

Author:
sz9

Method Summary
 void constraintAdded(ConstraintChangeEvent cce)
           
 void constraintDataChanged(ConstraintChangeEvent cce)
           
 void constraintNameChanged(ConstraintChangeEvent cce)
           
 void constraintRemoved(ConstraintChangeEvent cce)
           
 

Method Detail

constraintAdded

public void constraintAdded(ConstraintChangeEvent cce)

constraintRemoved

public void constraintRemoved(ConstraintChangeEvent cce)

constraintNameChanged

public void constraintNameChanged(ConstraintChangeEvent cce)

constraintDataChanged

public void constraintDataChanged(ConstraintChangeEvent cce)

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.