org.apache.wicket.threadtest.tester
Interface CommandRunner.CommandRunnerObserver

All Known Implementing Classes:
Tester
Enclosing class:
CommandRunner

public static interface CommandRunner.CommandRunnerObserver

TODO javadoc


Method Summary
 void onDone(CommandRunner runner)
           
 void onError(CommandRunner runner, java.lang.Exception e)
           
 

Method Detail

onDone

void onDone(CommandRunner runner)
Parameters:
runner -

onError

void onError(CommandRunner runner,
             java.lang.Exception e)
Parameters:
runner -
e -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.