Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / observer @ 2402

# Date Author Comment
1155 08/03/2014 02:11 PM Joaquín del Cerro Murciano

Añadido metodo de utilidad isOfType al interface Notification.

1108 07/06/2014 08:49 PM Joaquín del Cerro Murciano

Add utility classes relateds to Subscribers

1015 05/02/2014 04:13 AM Joaquín del Cerro Murciano

add a new constructor in BaseNotification and fix a error in getValue(n) method.

refs #2517

1008 04/15/2014 07:21 PM Joaquín del Cerro Murciano

Añadido el interface Notification relacionado con los observadores y extendido el ObservableHelper con algunos metodos de utilidad para facilitar las notificaciones a los observadores.

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.

695 06/14/2012 08:37 AM Cesar Ordiñana

Change complex notification handling so we can have observers that get one ComplexNotification instead of all the child notifications.
Refs #775.

682 02/08/2012 06:41 AM Jorge Piera

Two complex notification can be executed at the same time [gvsig-desktop #274]

620 10/13/2011 03:38 AM Francisco Díaz Carsí

Eliminado el iterador de la clase ComplexNotification, siendo sustituido por la implementación de Visitable, evitando visitadores simultáneos.

590 07/28/2011 05:43 AM Jorge Piera

An error in the update method of an observer object, doesn't have to stop the other invocations to the update method of the other observers [gvsig-desktop #15609]

445 04/14/2011 04:37 AM Joaquín del Cerro Murciano

- Remove unused clases from org.gvsig.tools.task
- Mark as deprecated org.gvsig.tools.task.Cacellable
and add new interface CacellableTask
- Add support to manage status of task.

121 05/12/2010 04:06 AM Cesar Ordiñana

Make the complex notification reentrant

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added