Uses of Interface
org.eclipse.core.runtime.jobs.IJobChangeEvent
-
Packages that use IJobChangeEvent Package Description org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of IJobChangeEvent in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs with parameters of type IJobChangeEvent Modifier and Type Method Description voidIJobChangeListener. aboutToRun(IJobChangeEvent event)Notification that a job is about to be run.voidJobChangeAdapter. aboutToRun(IJobChangeEvent event)voidIJobChangeListener. awake(IJobChangeEvent event)Notification that a job was previously sleeping and has now been rescheduled to run.voidJobChangeAdapter. awake(IJobChangeEvent event)voidIJobChangeListener. done(IJobChangeEvent event)Notification that a job has completed execution, either due to cancelation, successful completion, or failure.voidJobChangeAdapter. done(IJobChangeEvent event)voidIJobChangeListener. running(IJobChangeEvent event)Notification that a job has started running.voidJobChangeAdapter. running(IJobChangeEvent event)voidIJobChangeListener. scheduled(IJobChangeEvent event)Notification that a job is being added to the queue of scheduled jobs.voidJobChangeAdapter. scheduled(IJobChangeEvent event)voidIJobChangeListener. sleeping(IJobChangeEvent event)Notification that a job was waiting to run and has now been put in the sleeping state.voidJobChangeAdapter. sleeping(IJobChangeEvent event) -
Uses of IJobChangeEvent in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IJobChangeEvent Modifier and Type Method Description voidSynchronizeModelOperation. done(IJobChangeEvent event)voidSynchronizeModelOperation. scheduled(IJobChangeEvent event) -
Uses of IJobChangeEvent in org.eclipse.ui.progress
Methods in org.eclipse.ui.progress with parameters of type IJobChangeEvent Modifier and Type Method Description voidWorkbenchJob. performDone(IJobChangeEvent event)Perform done with the supplied event.
-