PTP
Release 7.0

org.eclipse.ptp.core.jobs
Interface IJobListener


public interface IJobListener

Interface for listening to events on jobs. Currently only two types of events are handled: jobs added via a job submission and job status changes.

Since:
6.0

Method Summary
 void jobAdded(IJobStatus status)
          Handle job added notification
 void jobChanged(IJobStatus status)
          Handle job changed notification
 

Method Detail

jobAdded

void jobAdded(IJobStatus status)
Handle job added notification

Parameters:
e - event
Since:
6.0

jobChanged

void jobChanged(IJobStatus status)
Handle job changed notification

Parameters:
e - event

PTP
Release 7.0

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