ix.iview
Interface ConstraintListener
- All Known Implementing Classes:
- ActionEditorPanel
- public interface ConstraintListener
An interface for things that are interested in new constraints.
A ConstraintEditor will call its registered listeners gotConstraint methods
when a new constraint has been made.
Method Summary |
void |
gotConstraint(java.lang.Object o,
java.lang.Object constraint)
Implement this method to process the new constraint |
gotConstraint
public void gotConstraint(java.lang.Object o,
java.lang.Object constraint)
- Implement this method to process the new constraint
- Parameters:
o
- - the object for which the constraint has been madeconstraint
- - the new constraint