org.jboss.verifier.factory
Interface VerificationEventFactory

All Known Implementing Classes:
DefaultEventFactory

public interface VerificationEventFactory

Abstract factory for verification events. For more detailed documentation, refer to the >

Since:
JDK 1.3
Version:
$Revision: 81030 $
Author:
Juha Lindfors
See Also:
<< OTHER RELATED CLASSES >>

Method Summary
 VerificationEvent createBeanVerifiedEvent(VerificationEventGenerator source)
           
 VerificationEvent createSpecViolationEvent(VerificationEventGenerator source, Section section)
           
 

Method Detail

createSpecViolationEvent

VerificationEvent createSpecViolationEvent(VerificationEventGenerator source,
                                           Section section)

createBeanVerifiedEvent

VerificationEvent createBeanVerifiedEvent(VerificationEventGenerator source)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.