Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

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 IJobChangeListener. aboutToRun ( IJobChangeEvent event)
          Notification that a job is about to be run.
 void JobChangeAdapter. awake ( IJobChangeEvent event)
           
 void IJobChangeListener. awake ( IJobChangeEvent event)
          Notification that a job was previously sleeping and has now been rescheduled to run.
 void JobChangeAdapter. done ( IJobChangeEvent event)
           
 void IJobChangeListener. done ( IJobChangeEvent event)
          Notification that a job has completed execution, either due to cancelation, successful completion, or failure.
 void JobChangeAdapter. running ( IJobChangeEvent event)
           
 void IJobChangeListener. running ( IJobChangeEvent event)
          Notification that a job has started running.
 void JobChangeAdapter. scheduled ( IJobChangeEvent event)
           
 void IJobChangeListener. scheduled ( IJobChangeEvent event)
          Notification that a job is being added to the queue of scheduled jobs.
 void JobChangeAdapter. sleeping ( IJobChangeEvent event)
           
 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. done ( IJobChangeEvent event)
           
 void SynchronizeModelOperation. scheduled ( 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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire