Uses of Class
org.eclipse.core.runtime.jobs.LockListener
-
Packages that use LockListener Package Description org.eclipse.core.runtime.jobs 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 LockListener Modifier and Type Method Description void
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.
-