ix.iface.ui
Interface JConstraintListener
public interface JConstraintListener
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(JConstraintEditor e,
java.lang.Object o,
java.lang.Object constraint)
Implement this method to process the new constraint |
gotConstraint
void gotConstraint(JConstraintEditor e,
java.lang.Object o,
java.lang.Object constraint)
- Implement this method to process the new constraint
- Parameters:
e
- - the editor which made the constrainto
- - the object for which the constraint has been madeconstraint
- - the new constraint