janino.net

org.codehaus.janino.util
Interface Benchmark.Reporter

Enclosing class:
Benchmark

public static interface Benchmark.Reporter

Interface used to report messages.


Method Summary
 void report(String message)
          Reports the given message.
 

Method Detail

report

void report(String message)
Reports the given message.


janino.net