org.jbehave.core.configuration
Class PrintStreamAnnotationMonitor

java.lang.Object
  extended by org.jbehave.core.configuration.PrintStreamAnnotationMonitor
All Implemented Interfaces:
AnnotationMonitor

public class PrintStreamAnnotationMonitor
extends java.lang.Object
implements AnnotationMonitor


Constructor Summary
PrintStreamAnnotationMonitor()
           
PrintStreamAnnotationMonitor(java.io.PrintStream output)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStreamAnnotationMonitor

public PrintStreamAnnotationMonitor()

PrintStreamAnnotationMonitor

public PrintStreamAnnotationMonitor(java.io.PrintStream output)
Method Detail

elementCreationFailed

public void elementCreationFailed(java.lang.Class<?> elementClass,
                                  java.lang.Exception cause)
Specified by:
elementCreationFailed in interface AnnotationMonitor

annotationNotFound

public void annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
                               java.lang.Object annotatedInstance)
Specified by:
annotationNotFound in interface AnnotationMonitor


Copyright © 2003-2010. All Rights Reserved.