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 RunnerListenerpublic void statusError(Exception exception)
statusError in interface RunnerListenerpublic void statusNotice(String message)
statusNotice in interface RunnerListenerpublic void startIndeterminate()
startIndeterminate in interface RunnerListenerpublic void stopIndeterminate()
stopIndeterminate in interface RunnerListenerpublic void statusHalt()
statusHalt in interface RunnerListenerpublic boolean isHalted()
isHalted in interface RunnerListener