|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sadun.util.CommandRunner.Adapter
An helper class which implements all the methods in the
CommandRunner.Listener
interface in an
empty way.
Constructor Summary | |
CommandRunner.Adapter()
|
Method Summary | |
void |
failed(java.lang.Exception e)
|
void |
started()
|
void |
starting()
|
void |
terminated(int exitValue,
long elapsed)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandRunner.Adapter()
Method Detail |
public void starting()
starting
in interface CommandRunner.Listener
public void failed(java.lang.Exception e)
failed
in interface CommandRunner.Listener
public void started()
started
in interface CommandRunner.Listener
public void terminated(int exitValue, long elapsed)
terminated
in interface CommandRunner.Listener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |