Crossfire JXClient, Trunk
Public Member Functions | Private Member Functions | Private Attributes | List of all members
com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask Class Reference
Inheritance diagram for com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask:
Collaboration graph

Public Member Functions

void run ()
 

Private Member Functions

 SaveTask (@NotNull final Face face, @NotNull final FaceImages faceImages)
 

Private Attributes

final Face face
 
final FaceImages faceImages
 

Detailed Description

A thread which saves one face to the caches.

Author
Andreas Kirschbaum

Definition at line 200 of file FileCacheFaceQueue.java.

Constructor & Destructor Documentation

◆ SaveTask()

com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.SaveTask ( @NotNull final Face  face,
@NotNull final FaceImages  faceImages 
)
private

Creates a new instance.

Parameters
facethe face to save
faceImagesthe images to save

Definition at line 219 of file FileCacheFaceQueue.java.

References com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.face, and com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.faceImages.

Member Function Documentation

◆ run()

void com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.run ( )

Member Data Documentation

◆ face

final Face com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.face
private

◆ faceImages

final FaceImages com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.faceImages
private

The documentation for this class was generated from the following file: