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
 

Method Detail

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 constraint
o - - the object for which the constraint has been made
constraint - - the new constraint