|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerificationEvent | |
org.jboss.verifier | Package description goes here. |
org.jboss.verifier.event | Package description goes here. |
org.jboss.verifier.factory | Package description goes here. |
Uses of VerificationEvent in org.jboss.verifier |
Methods in org.jboss.verifier with parameters of type VerificationEvent | |
void |
BeanVerifier.fireBeanChecked(VerificationEvent event)
|
void |
BeanVerifier.fireSpecViolation(VerificationEvent event)
|
Uses of VerificationEvent in org.jboss.verifier.event |
Methods in org.jboss.verifier.event with parameters of type VerificationEvent | |
void |
VerificationListener.beanChecked(VerificationEvent event)
|
void |
VerificationListener.specViolation(VerificationEvent event)
|
void |
VerificationEventGeneratorSupport.fireBeanChecked(VerificationEvent event)
|
void |
VerificationEventGeneratorSupport.fireSpecViolation(VerificationEvent event)
|
void |
VerificationEventGenerator.fireBeanChecked(VerificationEvent event)
|
void |
VerificationEventGenerator.fireSpecViolation(VerificationEvent event)
|
Uses of VerificationEvent in org.jboss.verifier.factory |
Methods in org.jboss.verifier.factory that return VerificationEvent | |
VerificationEvent |
VerificationEventFactory.createSpecViolationEvent(VerificationEventGenerator source,
Section section)
|
VerificationEvent |
VerificationEventFactory.createBeanVerifiedEvent(VerificationEventGenerator source)
|
VerificationEvent |
DefaultEventFactory.createSpecViolationEvent(VerificationEventGenerator source,
Section section)
|
VerificationEvent |
DefaultEventFactory.createBeanVerifiedEvent(VerificationEventGenerator source)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |