org.jbehave.core.configuration
Interface AnnotationMonitor

All Known Implementing Classes:
PrintStreamAnnotationMonitor

public interface AnnotationMonitor


Method Summary
 void annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.Object annotatedInstance)
           
 void elementCreationFailed(java.lang.Class<?> elementClass, java.lang.Exception cause)
           
 

Method Detail

elementCreationFailed

void elementCreationFailed(java.lang.Class<?> elementClass,
                           java.lang.Exception cause)

annotationNotFound

void annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
                        java.lang.Object annotatedInstance)


Copyright © 2003-2010. All Rights Reserved.