 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.faces;
26 import org.jetbrains.annotations.NotNull;
60 faceQueueListener.faceLoaded(face, faceImages);
70 faceQueueListener.faceFailed(face);
void fireFaceLoaded(@NotNull final Face face, @NotNull final FaceImages faceImages)
Notify all listener with FaceQueueListener#faceLoaded(Face, FaceImages).
A list of event listeners.
final EventListenerList2< FaceQueueListener > faceQueueListeners
The registered FaceQueueListeners.
void addFaceQueueListener(@NotNull final FaceQueueListener faceQueueListener)
Adds a FaceQueueListener to be notified about processed faces.
void removeFaceQueueListener(@NotNull final FaceQueueListener faceQueueListener)
Removes a FaceQueueListener to be notified about processed faces.
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.
Abstract base class for classes implementing FaceQueue.