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, Exception e)
           
 

Method Detail

onDone

void onDone(CommandRunner runner)
Parameters:
runner -

onError

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


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