org.sadun.util
Interface CommandRunner.Listener

All Known Implementing Classes:
CommandRunner.Adapter, CommandRunner.StdOutAdapter
Enclosing interface:
CommandRunner

public static interface CommandRunner.Listener

Classes implementing this interface may receive CommandRunnerevents.


Method Summary
 void failed(java.lang.Exception e)
           
 void started()
           
 void starting()
           
 void terminated(int exitValue, long elapsed)
           
 

Method Detail

starting

public void starting()

failed

public void failed(java.lang.Exception e)

started

public void started()

terminated

public void terminated(int exitValue,
                       long elapsed)