public interface ConstraintListener extends EventListener
Constraints that triggered during
simulation.| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTRAINT_VIOLATION_LOG
Key to memorize user objects for logging the constraint violation
|
| Modifier and Type | Method and Description |
|---|---|
void |
processSatisfiedAgain(ConstraintEvent evt)
Notify that the constraints are satisfied again after violation.
|
void |
processViolation(ConstraintEvent evt)
Processes the given
ConstraintEvent. |
static final String CONSTRAINT_VIOLATION_LOG
void processViolation(ConstraintEvent evt)
ConstraintEvent.evt - void processSatisfiedAgain(ConstraintEvent evt)
evt - Copyright © 2007–2021. All rights reserved.