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

Public Member Functions

void run ()
 

Private Member Functions

 LoadTask (@NotNull final Face face)
 

Private Attributes

final Face face
 
final int taskId = id
 

Detailed Description

A thread which loads one face from the caches.

Author
Andreas Kirschbaum

Definition at line 132 of file FileCacheFaceQueue.java.

Constructor & Destructor Documentation

◆ LoadTask()

com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask.LoadTask ( @NotNull final Face  face)
private

Creates a new instance.

Parameters
facethe face to load

Definition at line 150 of file FileCacheFaceQueue.java.

References com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask.face.

Member Function Documentation

◆ run()

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

Member Data Documentation

◆ face

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

◆ taskId

final int com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask.taskId = id
private

The expected task FileCacheFaceQueue#id. If it does not match the current id, the face is not loaded.

Definition at line 138 of file FileCacheFaceQueue.java.

Referenced by com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask.run().


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