public class ShutdownTaskList implements IWorkbenchListener(Code)
This class allows a plugin to add an
IShutdownTask object that will be run when uDig
shuts down. It allows a single place for shutdown tasks such as saving the catalog or projects or
anything else.
author: Jesse since: 1.1.0
Adds a task to the list of tasks to be run post shutdown.
See Also:ShutdownTaskList.postShutdown(IWorkbench) Parameters: task - the task to be ran. The ordering or the tasks ran is random so make sure thereare no order dependencies between tasks
Adds a task to the list of tasks to be run post shutdown.
See Also:ShutdownTaskList.postShutdown(IWorkbench) Parameters: task - the task to be ran. The ordering or the tasks ran is random so make sure thereare no order dependencies between tasks