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

All Known Implementing Classes:
Tester
Enclosing class:
CommandRunner

public static interface CommandRunner.CommandRunnerObserver


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

Method Detail

onDone

void onDone(CommandRunner runner)

onError

void onError(CommandRunner runner,
             Exception e)


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