NASA World Wind

gov.nasa.worldwind.util
Class AbsentResourceList

java.lang.Object
  extended by gov.nasa.worldwind.util.AbsentResourceList

public class AbsentResourceList
extends java.lang.Object


Constructor Summary
AbsentResourceList()
           
AbsentResourceList(int maxTries, int minCheckInterval)
           
 
Method Summary
 boolean isResourceAbsent(long resourceID)
           
 void markResourceAbsent(long resourceID)
           
 void unmarkResourceAbsent(long resourceID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsentResourceList

public AbsentResourceList()

AbsentResourceList

public AbsentResourceList(int maxTries,
                          int minCheckInterval)
Method Detail

isResourceAbsent

public final boolean isResourceAbsent(long resourceID)

markResourceAbsent

public final void markResourceAbsent(long resourceID)

unmarkResourceAbsent

public final void unmarkResourceAbsent(long resourceID)

NASA World Wind