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