public class JobStateChangedEvent
extends java.lang.Object
ITaurusJob changes.| Constructor and Description |
|---|
JobStateChangedEvent(ITaurusJob pJob,
EJobState pOldState,
EJobState pNewState)
Creates a job state changed event.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusJob |
getJob()
Gets the job that has changed.
|
EJobState |
getNewState()
Gets the changed job's new state.
|
EJobState |
getOldState()
Gets the changed job's previous state.
|
public JobStateChangedEvent(ITaurusJob pJob, EJobState pOldState, EJobState pNewState)
pJob - the changed jobpOldState - the old job statepNewState - the new job statepublic ITaurusJob getJob()
public EJobState getNewState()
public EJobState getOldState()
Copyright © 2015 Micro Focus GmbH. All rights reserved.