Revision 20098 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/LayerCollectionListener.java

View differences:

LayerCollectionListener.java
41 41
package com.iver.cit.gvsig.fmap.layers;
42 42

  
43 43
/**
44
 * <p>The interface <code>LayerCollectionListener</code> defines listeners
45
 *  for a collection of layers.</p>
44
 * <p><code>LayerCollectionListener</code> defines listeners for events that can be produced in a
45
 *  collection of layers.</p>
46 46
 */
47 47
public interface LayerCollectionListener {
48
	 /**
48
    /**
49 49
 	 * <p>Called when a layer has been added or replaced in the internal list of layers.</p>
50 50
     *
51 51
     * @param e a layer collection event object
......
118 118
     *  message that user will see.
119 119
     */
120 120
    void visibilityChanged(LayerCollectionEvent e) throws CancelationException;
121
    
122

  
123 121
}

Also available in: Unified diff