public interface JobOutputListener
| Modifier and Type | Method and 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 © 2013. All Rights Reserved.