com.realtime.crossfire.jxclient.faces
Class FileCacheFaceQueue.SaveTask

java.lang.Object
  extended by com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FileCacheFaceQueue

private class FileCacheFaceQueue.SaveTask
extends java.lang.Object
implements java.lang.Runnable

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

face

@NotNull
private final Face face
The face to save.


faceImages

@NotNull
private final FaceImages faceImages
The images to save.

Constructor Detail

FileCacheFaceQueue.SaveTask

private FileCacheFaceQueue.SaveTask(@NotNull
                                    Face face,
                                    @NotNull
                                    FaceImages faceImages)
Creates a new instance.

Parameters:
face - the face to save
faceImages - the images to save
Method Detail

run

public void run()

Specified by:
run in interface java.lang.Runnable