Package com.google.gerrit.server.git
Interface WorkQueue.CancelableRunnable
- All Superinterfaces:
- Runnable
- All Known Subinterfaces:
- WorkQueue.CanceledWhileRunning
- Enclosing class:
- WorkQueue
Runnable needing to know it was canceled. Note that cancel is called only in case the task is
 not in progress already.
- 
Method Summary
- 
Method Details- 
cancelvoid cancel()Notifies the runnable it was canceled.
 
-