Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.core.runtime.jobs.IJobChangeListener

Packages that use IJobChangeListener
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity.  
org.eclipse.team.ui Provides basic support for managing Team providers.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of IJobChangeListener in org.eclipse.core.runtime.jobs
 

Classes in org.eclipse.core.runtime.jobs that implement IJobChangeListener
 class JobChangeAdapter
          This adapter class provides default implementations for the methods described by the IJobChangeListener interface.
 

Methods in org.eclipse.core.runtime.jobs with parameters of type IJobChangeListener
 void Job.addJobChangeListener(IJobChangeListener listener)
          Registers a job listener with this job Has no effect if an identical listener is already registered.
 void Job.removeJobChangeListener(IJobChangeListener listener)
          Removes a job listener from this job.
 void IJobManager.addJobChangeListener(IJobChangeListener listener)
          Registers a job listener with the job manager.
 void IJobManager.removeJobChangeListener(IJobChangeListener listener)
          Removes a job listener from the job manager.
 

Uses of IJobChangeListener in org.eclipse.team.ui
 

Classes in org.eclipse.team.ui that implement IJobChangeListener
 class TeamOperation
          An operation that can be configured to run in the foreground using the IProgressService or the background as a Job.
 

Uses of IJobChangeListener in org.eclipse.team.ui.synchronize
 

Classes in org.eclipse.team.ui.synchronize that implement IJobChangeListener
 class SynchronizeModelOperation
          A specialized team operation that operates on ISynchronizeModelElementelements.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.