Web Site

org.codehaus.janino.util
Interface Benchmark.Reporter

Enclosing interface:
Benchmark

public static interface Benchmark.Reporter

Interface used to report messages.


Method Summary
 void report(java.lang.String message)
           
 

Method Detail

report

public void report(java.lang.String message)

Web Site