public class RunnerListenerEdtAdapter extends Object implements RunnerListener
Constructor and Description |
---|
RunnerListenerEdtAdapter(RunnerListener wrapped) |
Modifier and Type | Method and Description |
---|---|
boolean |
isHalted() |
void |
startIndeterminate() |
void |
statusError(Exception exception) |
void |
statusError(String message) |
void |
statusHalt() |
void |
statusNotice(String message) |
void |
stopIndeterminate() |
public RunnerListenerEdtAdapter(RunnerListener wrapped)
public void statusError(String message)
statusError
in interface RunnerListener
public void statusError(Exception exception)
statusError
in interface RunnerListener
public void statusNotice(String message)
statusNotice
in interface RunnerListener
public void startIndeterminate()
startIndeterminate
in interface RunnerListener
public void stopIndeterminate()
stopIndeterminate
in interface RunnerListener
public void statusHalt()
statusHalt
in interface RunnerListener
public boolean isHalted()
isHalted
in interface RunnerListener