public interface JobOutputListener
Modifier and Type | Method and Description |
---|---|
void |
outputChanged(java.lang.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.
|
Copyright © 2012. All Rights Reserved.