Package net.sf.doolin.gui.action.task

Interface Summary
GUITask<B,R> Defines a task that can run in a GUI application.
GUITaskExecutor<B,R> Defines the executor for a GUITask.
 

Class Summary
AbstractGUITask<B,R> An abstract implementation for GUITask that provides a default support for the management of the exceptions.
BackgroundGUITaskExecutor<B,R> This GUITaskExecutor executes the task in the background, using a SwingWorker.
MethodGUITask<B,R> Task based on the call of a method.
MonitoredGUITaskExecutor<B,R> Runs a GUITask whose execution is monitored by a modal dialog.
 



Copyright © 2011. All Rights Reserved.