public interface JobStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
jobStatusHasChanged(ExecutionGraph executionGraph,
InternalJobStatus newJobStatus,
String optionalMessage)
Called when the status of the job with the given {@li
|
void jobStatusHasChanged(ExecutionGraph executionGraph, InternalJobStatus newJobStatus, String optionalMessage)
executionGraph - the executionGraph representing the job the event belongs tonewJobStatus - the new job statusoptionalMessage - an optional message (possibly null) that can be attached to the state changeCopyright © 2014 The Apache Software Foundation. All rights reserved.