Package com.polarion.platform.jobs
Interface IJobStateListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DotStatusFileCreator
Listener which will react on changes of
IJob.getState().
Notification is synchronous.
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
-
Method Details
-
stateChanged
Job state changed. The state can be null only in case the job is inaccessible.- Parameters:
job- jobstate- job state in the time this event was sent- Throws:
IllegalArgumentException- if job isnullIllegalArgumentException- if state isnulland the job is not inaccessible- See Also:
-