| net.refractions.udig.ui.PostShutdownTask
PostShutdownTask | public interface PostShutdownTask (Code) | | Encapsulates a task that needs to be run after the workbench has shutdown.
It can be submitted to the
ShutdownTaskList object .
Methods are NOT called in the Display thread.
author: Jesse since: 1.1.0 |
postShutdown | void postShutdown(IProgressMonitor monitor, IWorkbench workbench) throws Exception(Code) | | Called after shutdown is complete, at this point it is too late to cancel.
Parameters: monitor - the progress monitor to use. Parameters: workbench - workbench that is shutting down |
|
|