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

View differences:

IFLayerStatus.java
53 53
package com.iver.cit.gvsig.fmap.layers;
54 54

  
55 55
/**
56
 * It represents one of many possible layer status.
57
 * These status are related with the "health" of the layer:
58
 * <ul>
59
 * <li>OK</li>
60
 * <li>dirty</li>
61
 * <li>Error</li>
62
 * etc.
63
 * </ul>
56
 * <p>According to the particular constitution of a layer, it can be in a set of states,
57
 *  some of them simultaneously, that altogether represent its <i>status</i>.</p>
58
 *   
59
 * <p><code>IFLayerStatus</code> is a "marked" interface (we don't define any methods), that represents
60
 *  the common status of all kind of layers.</p>
64 61
 * 
65
 * It is a "marked" interface. We dont define any methods.
66
 * 
67
 * TODO We need a deeper analysis of all possibly status.
68 62
 * @author azabala
69
 *
70 63
 */
71 64
public interface IFLayerStatus {
72 65
}

Also available in: Unified diff