Revision 45739 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/undo/FeatureCommandsStack.java

View differences:

FeatureCommandsStack.java
31 31

  
32 32
public interface FeatureCommandsStack extends UndoRedoCommandStack {
33 33

  
34
    public void insert(Feature feature) throws DataException;
34
    public void insert(EditableFeature feature) throws DataException;
35 35

  
36
    public void update(Feature feature, Feature oldFeature) throws DataException;
36
    public void update(EditableFeature feature, Feature oldFeature) throws DataException;
37 37

  
38 38
    public void delete(Feature feature) throws DataException;
39 39

  

Also available in: Unified diff