@FunctionalInterface
public interface StateListener
| Modifier and Type | Method and Description |
|---|---|
void |
jobStateChange(StateEvent event)
Triggered when the job state changes.
|
void jobStateChange(StateEvent event)
event - The job state event.