|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintsViolatedListener | |
---|---|
net.sf.oval.guard | This package contains classes that are relevant for OVal's programming by contract feature. |
Uses of ConstraintsViolatedListener in net.sf.oval.guard |
---|
Classes in net.sf.oval.guard that implement ConstraintsViolatedListener | |
---|---|
class |
ConstraintsViolatedAdapter
|
class |
ProbeModeListener
|
Methods in net.sf.oval.guard with parameters of type ConstraintsViolatedListener | |
---|---|
boolean |
Guard.addListener(ConstraintsViolatedListener listener)
Registers the given listener for all thrown ConstraintViolationExceptions |
boolean |
Guard.addListener(ConstraintsViolatedListener listener,
Class<?> guardedClass)
Registers the given listener for all thrown ConstraintViolationExceptions on objects of the given class |
boolean |
Guard.addListener(ConstraintsViolatedListener listener,
Object guardedObject)
Registers the given listener for all thrown ConstraintViolationExceptions on objects of the given object |
boolean |
Guard.hasListener(ConstraintsViolatedListener listener)
|
boolean |
Guard.hasListener(ConstraintsViolatedListener listener,
Class<?> guardedClass)
|
boolean |
Guard.hasListener(ConstraintsViolatedListener listener,
Object guardedObject)
|
boolean |
Guard.removeListener(ConstraintsViolatedListener listener)
Removes the given listener |
boolean |
Guard.removeListener(ConstraintsViolatedListener listener,
Class<?> guardedClass)
Removes the given listener |
boolean |
Guard.removeListener(ConstraintsViolatedListener listener,
Object guardedObject)
Removes the given listener |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |