]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/gui/map/TileConsumer.java
Moved source into separate src directory due to popular request
[GpsPrune.git] / tim / prune / gui / map / TileConsumer.java
diff --git a/tim/prune/gui/map/TileConsumer.java b/tim/prune/gui/map/TileConsumer.java
deleted file mode 100644 (file)
index 35a557e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package tim.prune.gui.map;
-
-/**
- * Interface used by the MapTileManager to communicate back to its consumers
- */
-public interface TileConsumer
-{
-       /** Let the consumer know that the tiles have been updated */
-       public void tilesUpdated(boolean inIsOk);
-}