Revision 43271 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/FLyrDefault.java

View differences:

FLyrDefault.java
579 579
	 * <p>Method called by {@link FLayers FLayers} to notify this layer that is going to be added.
580 580
	 *  This previous notification is useful for the layers that need do something before being added. For
581 581
	 *  example, the raster needs reopen a file that could have been closed recently.</p>
582
     * @deprecated no deberia ser necesario llamar a esto, la capa debe comportarse correctamente sin necesidad de llamarlo.
582 583
	 */
583 584
	public void wakeUp() throws LoadLayerException {
584 585
	}

Also available in: Unified diff