 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.faces;
25 import org.jetbrains.annotations.NotNull;
53 @SuppressWarnings(
"FieldCanBeLocal")
57 public void faceLoaded(@NotNull
final Face face, @NotNull
final FaceImages faceImages) {
62 public void faceFailed(@NotNull
final Face face) {
72 @SuppressWarnings(
"FieldCanBeLocal")
76 public void faceLoaded(@NotNull
final Face face, @NotNull
final FaceImages faceImages) {
82 public void faceFailed(@NotNull
final Face face) {
final FaceQueue faceQueue
The FaceQueue instance used to query faces from the Crossfire server.
void reset()
Reset the processing: forget about pending faces.
The main FaceQueue for loading faces.
void loadFace(@NotNull final Face face)
Request a face.
void reset()
Reset the processing: forget about pending faces.
void fireFaceLoaded(@NotNull final Face face, @NotNull final FaceImages faceImages)
Notify all listener with FaceQueueListener#faceLoaded(Face, FaceImages).
void saveFace(@NotNull final Face face, @NotNull final FaceImages faceImages)
Saves a face to the caches.
Interface for ImageIcon caching classes.
void addFaceQueueListener(@NotNull final FaceQueueListener faceQueueListener)
Adds a FaceQueueListener to be notified about processed faces.
final FileCacheFaceQueue fileCacheFaceQueue
The FileCacheFaceQueue instance used to load faces from the file cache.
final FaceQueueListener fileCacheFaceQueueListener
The FaceQueueListener attached to fileCacheFaceQueue.
void reset()
Reset the processing: forget about pending faces.
void loadFace(@NotNull final Face face)
Request a face.
A FaceQueue loading faces from ImageCache instances.
Interface for listeners interested in FaceQueue events.
Consists of three ImageIcons representing a Face.
void fireFaceFailed(@NotNull final Face face)
Notify all listener with FaceQueueListener#faceFailed(Face).
Interface for classes implementing a means to load Faces.
void loadFace(@NotNull Face face)
Request a face.
void addFaceQueueListener(@NotNull FaceQueueListener faceQueueListener)
Adds a FaceQueueListener to be notified about processed faces.
Abstract base class for classes implementing FaceQueue.
final FaceQueueListener askfaceFaceQueueListener
The FaceQueueListener attached to faceQueue.
FacesQueue(@NotNull final FaceQueue faceQueue, @NotNull final ImageCache imageCacheOriginal, @NotNull final ImageCache imageCacheScaled, @NotNull final ImageCache imageCacheMagicMap)
Creates a new instance.