public interface JobStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
jobStatusHasChanged(ExecutionGraph executionGraph,
JobStatus newJobStatus,
String optionalMessage)
Called when the status of the job changed.
|
void jobStatusHasChanged(ExecutionGraph executionGraph, JobStatus newJobStatus, String optionalMessage)
executionGraph - The executionGraph representing the job.newJobStatus - The new job status.optionalMessage - An optional message (possibly null) that can be attached to the state change.Copyright © 2015 The Apache Software Foundation. All rights reserved.