net.sf.oval.guard
Class ConstraintsViolatedAdapter
java.lang.Object
net.sf.oval.guard.ConstraintsViolatedAdapter
- All Implemented Interfaces:
- ConstraintsViolatedListener
- Direct Known Subclasses:
- ProbeModeListener
public class ConstraintsViolatedAdapter
- extends Object
- implements ConstraintsViolatedListener
- Author:
- Sebastian Thomschke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintsViolatedAdapter
public ConstraintsViolatedAdapter()
clear
public void clear()
getConstraintsViolatedExceptions
public List<ConstraintsViolatedException> getConstraintsViolatedExceptions()
- Returns:
- Returns the constraint violation exceptions.
getConstraintViolations
public List<ConstraintViolation> getConstraintViolations()
- Returns:
- Returns the constraint violations.
onConstraintsViolatedException
public void onConstraintsViolatedException(ConstraintsViolatedException exception)
-
- Specified by:
onConstraintsViolatedException
in interface ConstraintsViolatedListener
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.