Revision 318 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/TocModelChangedNotification.java

View differences:

TocModelChangedNotification.java
17 17
		MODEL_SET,
18 18

  
19 19
		/**
20
		 * There has been some change on the model collection
21
		 * (layer added or removed, visibility changed, etc)
22
		 */	
23
		MODEL_CHANGED;		
20
		 * An item has been added or removed to the model
21
		 * (layer added, removed, reordered, etc)
22
		 */
23
		MODEL_CHANGED,
24
		/**
25
		 * There has been some update on an existing item of the model
26
		 * collection
27
		 * (visibility changed, item selected, etc)
28
		 */		
29
		ITEM_UPDATED
24 30
	}
25 31

  
26 32
    /**

Also available in: Unified diff