Revision 10626 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/commands/EditableFeatureSource.java

View differences:

EditableFeatureSource.java
42 42

  
43 43
import java.awt.Image;
44 44

  
45
import com.iver.cit.gvsig.exceptions.commands.EditionCommandException;
45 46
import com.iver.cit.gvsig.fmap.edition.commands.CommandRecord;
46 47
import com.iver.cit.gvsig.project.documents.layout.fframes.IFFrame;
47 48

  
......
80 81
    void addFFrame(IFFrame f);
81 82
    /**
82 83
     * Undo the last command added.
84
     * @throws EditionCommandException
83 85
     */
84
    void undo();
86
    void undo() throws EditionCommandException;
85 87
    /**
86 88
     * Redo the last command undid.
89
     * @throws EditionCommandException
87 90
     */
88
    void redo();
91
    void redo() throws EditionCommandException;
89 92
    /**
90 93
     * Returns if there are more commands to undo
91 94
     *

Also available in: Unified diff