Uses of Interface
org.eclipse.core.runtime.jobs.IJobFunction
-
Packages that use IJobFunction Package Description org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. -
-
Uses of IJobFunction in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs with parameters of type IJobFunction Modifier and Type Method Description static JobJob. create(String name, IJobFunction function)Creates a new Job that will execute the provided function when it runs.static JobJob. createSystem(String name, IJobFunction function)Creates a new systemJobwith the given name that will execute the provided function when it runs.
-