IRunnableContext
's run
method, which supplies the progress monitor. A request to cancel the operation should be honored and acknowledged by throwing InterruptedException
.
@param progressMonitor the progress monitor to use to display progress and receiverequests for cancelation
@exception InvocationTargetException if the run method must propagate a checked exception,it should wrap it inside an InvocationTargetException
; runtime exceptions are automatically wrapped in an InvocationTargetException
by the calling context
@exception InterruptedException if the operation detects a request to cancel, using IProgressMonitor.isCanceled()
, it should exit by throwing InterruptedException
@author Andreas Br�ker
|
|