PTP
Release 5.0

org.eclipse.ptp.launch
Interface ILaunchNotification


public interface ILaunchNotification

Interface for receiving notification of job state changes. Note that only jobs launched by PTP are currently considered for notification.


Method Summary
 void jobStateChange(org.eclipse.ptp.core.elements.IPJob job, org.eclipse.ptp.core.elements.attributes.JobAttributes.State state)
          Notify that a job's state has changed.
 

Method Detail

jobStateChange

void jobStateChange(org.eclipse.ptp.core.elements.IPJob job,
                    org.eclipse.ptp.core.elements.attributes.JobAttributes.State state)
Notify that a job's state has changed.

Parameters:
job - job that caused state change
state - new state of the job

PTP
Release 5.0

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