Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/EventBuffer.java

View differences:

EventBuffer.java
163 163
		}
164 164
	}
165 165

  
166
	/**
167
	 * @see com.iver.cit.gvsig.fmap.layers.LayerCollectionListener#activationChanged(com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent)
168
	 */
169
	public void activationChanged(LayerCollectionEvent e)
170
		throws CancelationException {
171
		events.add(e);
172 166

  
173
		if (dispatching) {
174
			fireAtomicEventListener();
175
		}
176
	}
177

  
178 167
	/**
179 168
	 * @see com.iver.cit.gvsig.fmap.layers.LayerCollectionListener#visibilityChanged(com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent)
180 169
	 */

Also available in: Unified diff