X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fthreedee%2FThreeDWindow.java;h=f4b3ed34d4b195f1c7a02a0d3b0476825e27b3a1;hp=b7c73d29cf5a6c2fd85d9627531912ea18029025;hb=88f2c3647ed9e055090484f01a959d4581f85e7d;hpb=326f489e36aa7f235bc19409a57bf4955cd50f24 diff --git a/tim/prune/threedee/ThreeDWindow.java b/tim/prune/threedee/ThreeDWindow.java index b7c73d2..f4b3ed3 100644 --- a/tim/prune/threedee/ThreeDWindow.java +++ b/tim/prune/threedee/ThreeDWindow.java @@ -1,5 +1,6 @@ package tim.prune.threedee; +import tim.prune.DataStatus; import tim.prune.data.Track; /** @@ -29,6 +30,11 @@ public interface ThreeDWindow */ public void setTerrainParameters(TerrainDefinition inDefinition); + /** + * @param inStatus current data status for caching + */ + public void setDataStatus(DataStatus inStatus); + /** * Show the window * @throws ThreeDException when 3d classes not found