]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoOperation.java
Moved source into separate src directory due to popular request
[GpsPrune.git] / tim / prune / undo / UndoOperation.java
diff --git a/tim/prune/undo/UndoOperation.java b/tim/prune/undo/UndoOperation.java
deleted file mode 100644 (file)
index 20f26b9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-package tim.prune.undo;\r
-\r
-import tim.prune.data.TrackInfo;\r
-\r
-/**\r
- * Interface implemented by all Undo Operations\r
- */\r
-public interface UndoOperation\r
-{\r
-       /**\r
-        * Get the description of this operation\r
-        * @return description of operation including parameters\r
-        */\r
-       public String getDescription();\r
-\r
-       /**\r
-        * Perform the undo operation on the specified track\r
-        * @param inTrackInfo TrackInfo object on which to perform the operation\r
-        * @throws UndoException when undo fails\r
-        */\r
-       public void performUndo(TrackInfo inTrackInfo) throws UndoException;\r
-}
\ No newline at end of file