java.lang.Objectcom.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
private class FileCacheFaceQueue.SaveTask
A thread which saves one face to the caches.
| Field Summary | |
|---|---|
private Face |
face
The face to save. |
private FaceImages |
faceImages
The images to save. |
| Constructor Summary | |
|---|---|
private |
FileCacheFaceQueue.SaveTask(Face face,
FaceImages faceImages)
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
@NotNull private final FaceImages faceImages
| Constructor Detail |
|---|
private FileCacheFaceQueue.SaveTask(@NotNull
Face face,
@NotNull
FaceImages faceImages)
face - the face to savefaceImages - the images to save| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable