Uses of Class
org.eclipse.core.runtime.jobs.LockListener
Package
Description
Provides core support for scheduling and interacting with background activity.
-
Uses of LockListener in org.eclipse.core.runtime.jobs
Modifier 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. -
Uses of LockListener in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
The UI lock listener is used to prevent the UI thread from deadlocking on a lock when the thread owning the lock is attempting to syncExec.