当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
VerificationEventFactory (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.verifier.factory
Interface VerificationEventFactory
- All Superinterfaces:
- org.gjt.lindfors.pattern.AbstractFactory
- All Known Implementing Classes:
- DefaultEventFactory
- public interface VerificationEventFactory
- extends org.gjt.lindfors.pattern.AbstractFactory
Abstract factory for verification events.
For more detailed documentation, refer to the
>
- Since:
- JDK 1.3
- Version:
- $Revision: 1.3 $
- Author:
- Juha Lindfors
- See Also:
- << OTHER RELATED CLASSES >>
createSpecViolationEvent
public VerificationEvent createSpecViolationEvent(VerificationEventGenerator source,
Section section)
createBeanVerifiedEvent
public VerificationEvent createBeanVerifiedEvent(VerificationEventGenerator source)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.