]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/Cancellable.java
Moved source into separate src directory due to popular request
[GpsPrune.git] / tim / prune / function / Cancellable.java
diff --git a/tim/prune/function/Cancellable.java b/tim/prune/function/Cancellable.java
deleted file mode 100644 (file)
index ad51474..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package tim.prune.function;
-
-/**
- * Interface implemented by functions which can be cancelled
- */
-public interface Cancellable
-{
-       /**
-        * Cancel the function
-        */
-       public void cancel();
-}