PTP
Release 5.0

org.eclipse.ptp.core.events
Interface IJobChangedEvent


public interface IJobChangedEvent

This event is sent when the status of a job changes.

Since:
5.0
See Also:
org.eclipse.ptp.core.elements.listeners.IJobListener

Method Summary
 java.lang.String getJobId()
          Get the ID of the job that changed.
 org.eclipse.ptp.rmsystem.IResourceManager getSource()
          Get the resource manager controlling the job that changed.
 

Method Detail

getSource

org.eclipse.ptp.rmsystem.IResourceManager getSource()
Get the resource manager controlling the job that changed.

Returns:
resource manager

getJobId

java.lang.String getJobId()
Get the ID of the job that changed.

Returns:
job ID

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.