Package org.graffiti.session
Interface ConstraintCheckerListener
- All Known Implementing Classes:
EditorSession,Session
public interface ConstraintCheckerListener
Defines a listener to the
GraphConstraintChecker. The method
checkFailed is called every time the
GraphConstraintChecker finds an unsatisfied constraint.- See Also:
GraphConstraintChecker
-
Method Summary
Modifier and Type Method Description voidcheckFailed(String msg)Handles the message received by the constraint checker indicating an unsatisfied constraint.
-
Method Details
-
checkFailed
Handles the message received by the constraint checker indicating an unsatisfied constraint.- Parameters:
msg- the message telling about the unsatisfied constraint.
-