|
JBoss API: Class DefaultEventFactory
org.jboss.verifier.factory
Class DefaultEventFactory
java.lang.Object
|
+--org.jboss.verifier.factory.DefaultEventFactory
- All Implemented Interfaces:
- org.gjt.lindfors.pattern.AbstractFactory, VerificationEventFactory
- public class DefaultEventFactory
- extends java.lang.Object
- implements VerificationEventFactory
- Since:
- JDK 1.3
- Version:
- $Revision: 1.5 $
- Author:
- Juha Lindfors (jplindfo@helsinki.fi)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_BUNDLE
public static final java.lang.String MESSAGE_BUNDLE
DefaultEventFactory
public DefaultEventFactory()
createSpecViolationEvent
public VerificationEvent createSpecViolationEvent(VerificationEventGenerator source,
Section section)
- Specified by:
createSpecViolationEvent in interface VerificationEventFactory
createBeanVerifiedEvent
public VerificationEvent createBeanVerifiedEvent(VerificationEventGenerator source)
- Specified by:
createBeanVerifiedEvent in interface VerificationEventFactory
Copyright © 2000 The JBoss Organization. All Rights Reserved.
|