22 package com.realtime.crossfire.jxclient.faces;
24 import java.util.EventListener;
25 import org.jetbrains.annotations.NotNull;
Consists of three ImageIcons representing a Face.
void faceFailed(@NotNull Face face)
Called after a Face could not be loaded.
void faceLoaded(@NotNull Face face, @NotNull FaceImages faceImages)
Called after a Face has been loaded successfully.
Interface for listeners interested in FaceQueue events.