Uses of Class
org.eclipse.core.runtime.jobs.LockListener
Packages that use LockListener
Package
Description
Provides core support for scheduling and interacting with background activity.
-
Uses of LockListener in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs with parameters of type LockListenerModifier and TypeMethodDescriptionvoid
IJobManager.setLockListener
(LockListener listener) Provides a hook that is notified whenever a thread is about to wait on a lock, or when a thread is about to release a lock.