|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJobChangeEvent | |
---|---|
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 | |
void |
JobChangeAdapter.aboutToRun(IJobChangeEvent event)
|
void |
JobChangeAdapter.awake(IJobChangeEvent event)
|
void |
JobChangeAdapter.done(IJobChangeEvent event)
|
void |
JobChangeAdapter.running(IJobChangeEvent event)
|
void |
JobChangeAdapter.scheduled(IJobChangeEvent event)
|
void |
JobChangeAdapter.sleeping(IJobChangeEvent event)
|
void |
IJobChangeListener.aboutToRun(IJobChangeEvent event)
Notification that a job is about to be run. |
void |
IJobChangeListener.awake(IJobChangeEvent event)
Notification that a job was previously sleeping and has now been rescheduled to run. |
void |
IJobChangeListener.done(IJobChangeEvent event)
Notification that a job has completed execution, either due to cancelation, successful completion, or failure. |
void |
IJobChangeListener.running(IJobChangeEvent event)
Notification that a job has started running. |
void |
IJobChangeListener.scheduled(IJobChangeEvent event)
Notification that a job is being added to the queue of scheduled jobs. |
void |
IJobChangeListener.sleeping(IJobChangeEvent event)
Notification that a job was waiting to run and has now been put in the sleeping state. |
Uses of IJobChangeEvent in org.eclipse.team.ui.synchronize |
---|
Methods in org.eclipse.team.ui.synchronize with parameters of type IJobChangeEvent | |
void |
SynchronizeModelOperation.scheduled(IJobChangeEvent event)
|
void |
SynchronizeModelOperation.done(IJobChangeEvent event)
|
Uses of IJobChangeEvent in org.eclipse.ui.progress |
---|
Methods in org.eclipse.ui.progress with parameters of type IJobChangeEvent | |
void |
WorkbenchJob.performDone(IJobChangeEvent event)
Perform done with the supplied event. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.