2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
7 package gov
.nasa
.worldwind
;
11 * @version $Id: RetrievalFuture.java 403 2006-12-13 02:33:18Z ericdalgliesh $
13 public interface RetrievalFuture
extends java
.util
.concurrent
.Future
<Retriever
>
15 public Retriever
getRetriever();