Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / task / AbstractCancellableTask.java @ 2631

History | View | Annotate | Download (1.7 KB)

  • svn:mime-type: text/plain
# Date Author Comment
802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

696 06/25/2012 01:26 PM Joaquín del Cerro Murciano

- Dejamos como protegidos los atributos de la clase para que se pueda sobreescribir su funcionalidad ya que se trata de una clase Base de la que heredar.

598 08/29/2011 08:58 AM Cesar Ordiñana

Use the task name as the thread name, to make task debugging easier.

450 04/21/2011 03:25 PM Joaquín del Cerro Murciano

- Add method "add" to TaskStatus
- Add javadocs to the API of task .

447 04/19/2011 06:24 AM Joaquín del Cerro Murciano

Fix bugs in TaskStatus utilities and add swing components.