diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-26 00:29:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-26 00:29:53 -0700 |
commit | 501fa41111b93cc213a1114a33612858e1e93ab5 (patch) | |
tree | 3b525c2b8a1b4fb2f6d9e0b740ef66a2e86d4e31 /altoslib/AltosMapTileListener.java | |
parent | cb23b992be8ba40c97d8988c134a814a13ccd58c (diff) |
altoslib/altosuilib: Get new Map display code running in altosui and telegps
Looks like the display is all hooked up. Still need to replace the
preload UIs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMapTileListener.java')
-rw-r--r-- | altoslib/AltosMapTileListener.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/AltosMapTileListener.java b/altoslib/AltosMapTileListener.java index 60d92c75..ed47e833 100644 --- a/altoslib/AltosMapTileListener.java +++ b/altoslib/AltosMapTileListener.java @@ -19,4 +19,6 @@ package org.altusmetrum.altoslib_7; public interface AltosMapTileListener { abstract public void notify_tile(AltosMapTile tile, int status); + + abstract public AltosMapCache cache(); } |