org.jboss.verifier.event
Interface VerificationListener

All Superinterfaces:
EventListener

public interface VerificationListener
extends EventListener

Listener 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 >>

Method Summary
 void beanChecked(VerificationEvent event)
           
 void specViolation(VerificationEvent event)
           
 

Method Detail

beanChecked

public void beanChecked(VerificationEvent event)

specViolation

public void specViolation(VerificationEvent event)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.