protected static class LazilyLoadedTexture.RequestTask
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected LazilyLoadedTexture |
wwTexture
The BasicWWTexture associated with this request.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RequestTask(LazilyLoadedTexture wwTexture)
Construct a request task for a specified BasicWWTexture.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
run() |
java.lang.String |
toString() |
protected final LazilyLoadedTexture wwTexture
protected RequestTask(LazilyLoadedTexture wwTexture)
wwTexture - the texture object for which to construct the request task.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void run()
run in interface java.lang.Runnablepublic java.lang.String toString()
toString in class java.lang.Object