org.jboss.verifier.event
Class VerificationEventGeneratorSupport

java.lang.Object
  extended byEventGeneratorSupport
      extended byorg.jboss.verifier.event.VerificationEventGeneratorSupport

public class VerificationEventGeneratorSupport
extends EventGeneratorSupport

<< DESCRIBE THE CLASS HERE >> For more detailed documentation, refer to the >

Since:
JDK 1.3
See Also:
<< OTHER RELATED CLASSES >>, Serialized Form

Constructor Summary
VerificationEventGeneratorSupport()
           
 
Method Summary
 void addVerificationListener(VerificationListener (src)  listener)
           
 void fireBeanChecked(VerificationEvent (src)  event)
           
 void fireSpecViolation(VerificationEvent (src)  event)
           
 void removeVerificationListener(VerificationListener (src)  listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationEventGeneratorSupport

public VerificationEventGeneratorSupport()
Method Detail

addVerificationListener

public void addVerificationListener(VerificationListener (src)  listener)

removeVerificationListener

public void removeVerificationListener(VerificationListener (src)  listener)

fireBeanChecked

public void fireBeanChecked(VerificationEvent (src)  event)

fireSpecViolation

public void fireSpecViolation(VerificationEvent (src)  event)