Uses of Interface
org.eclipse.core.runtime.jobs.IJobChangeListener
Package
Description
Provides core support for scheduling and interacting with background activity.
Provides basic support for managing Team providers.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IJobChangeListener in org.eclipse.core.runtime.jobs
Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theIJobChangeListener
interface.Modifier and TypeMethodDescriptionstatic IJobChangeListener
IJobChangeListener.onDone
(Consumer<IJobChangeEvent> c) Static helper method to create anIJobChangeListener
for thedone(IJobChangeEvent)
) method, given a lambda expression or a method reference.Modifier and TypeMethodDescriptionvoid
IJobManager.addJobChangeListener
(IJobChangeListener listener) Registers a job listener with the job manager.final void
Job.addJobChangeListener
(IJobChangeListener listener) Registers a job listener with this job Has no effect if an identical listener is already registered.void
IJobManager.removeJobChangeListener
(IJobChangeListener listener) Removes a job listener from the job manager.final void
Job.removeJobChangeListener
(IJobChangeListener listener) Removes a job listener from this job. -
Uses of IJobChangeListener in org.eclipse.team.ui
Modifier and TypeClassDescriptionclass
An operation that can be configured to run in the foreground using theIProgressService
or the background as aJob
. -
Uses of IJobChangeListener in org.eclipse.team.ui.mapping
Modifier and TypeClassDescriptionclass
This operation class can be used by model providers when performing merge operations triggered from a synchronize participant page associated with a synchronization or merge context. -
Uses of IJobChangeListener in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
A model operation that executes a merge according to the merge lifecycle associated with anIMergeContext
andIResourceMappingMerger
instances obtained from the model providers involved.class
An abstract operation that uses anISynchronizationScopeManager
to create an operation scope that includes the complete set of mappings that must be included in the operation to ensure model consistency.class
A model merge operation that uses a participant to preview the changes in either a dialog or the Synchronize view.class
A specialized team operation that operates onISynchronizeModelElement
elements. -
Uses of IJobChangeListener in org.eclipse.ui.progress
Modifier and TypeMethodDescriptionvoid
DeferredTreeContentManager.addUpdateCompleteListener
(IJobChangeListener listener) Add a listener to list of update complete listeners.void
DeferredTreeContentManager.removeUpdateCompleteListener
(IJobChangeListener listener) Removes the listener from the list of update listeners that are attached to the job that updates the viewer content (clears the pending entry, etc.)