org.jbehave.core.configuration
Interface AnnotationMonitor

All Known Implementing Classes:
NullAnnotationMonitor, PrintStreamAnnotationMonitor

public interface AnnotationMonitor


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

Method Detail

elementCreationFailed

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

annotationNotFound

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


Copyright © 2003-2012. All Rights Reserved.