java.lang.Objectcom.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask
private class FileCacheFaceQueue.LoadTask
A thread which loads one face from the caches.
| Field Summary | |
|---|---|
private Face |
face
The face to load. |
private int |
taskId
The expected task FileCacheFaceQueue.id. |
| Constructor Summary | |
|---|---|
private |
FileCacheFaceQueue.LoadTask(Face face)
Creates a new instance. |
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@NotNull private final Face face
private final int taskId
FileCacheFaceQueue.id. If it does not match
the current id, the face is not loaded.
| Constructor Detail |
|---|
private FileCacheFaceQueue.LoadTask(@NotNull
Face face)
face - the face to load| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable