Worldwind public release 0.2
[worldwind-tracker.git] / gov / nasa / worldwind / RetrievalFuture.java
blobac2f24401a3d19f3cee1f8de65bf0350540f9faa
1 /*
2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
5 All Rights Reserved.
6 */
7 package gov.nasa.worldwind;
9 /**
10 * @author Tom Gaskins
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();