public interface JobOutputListener
Modifier and Type | Method | Description |
---|---|---|
void |
outputChanged(String output) |
It is called whenever the job's output
has been updated.
|
void |
outputClosed() |
It is called whenever job finished
and no more output will be generated.
|
void outputChanged(String output)
output
- new outputvoid outputClosed()
Copyright © 2018. All rights reserved.