Interface IJobStateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DotStatusFileCreator

public interface IJobStateListener extends EventListener
Listener which will react on changes of IJob.getState().

Notification is synchronous.

Author:
Stepan Roh, Polarion Software
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    stateChanged(IJob job, JobState state)
    Job state changed.