Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.faces.FaceQueueListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.faces.FaceQueueListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.faces.FaceQueueListener:
Collaboration graph

Public Member Functions

void faceFailed (@NotNull Face face)
 
void faceLoaded (@NotNull Face face, @NotNull FaceImages faceImages)
 

Detailed Description

Interface for listeners interested in FaceQueue events.

Author
Andreas Kirschbaum

Definition at line 32 of file FaceQueueListener.java.

Member Function Documentation

◆ faceFailed()

void com.realtime.crossfire.jxclient.faces.FaceQueueListener.faceFailed ( @NotNull Face  face)

Called after a Face could not be loaded.

Parameters
facethe face that has failed to load

◆ faceLoaded()

void com.realtime.crossfire.jxclient.faces.FaceQueueListener.faceLoaded ( @NotNull Face  face,
@NotNull FaceImages  faceImages 
)

Called after a Face has been loaded successfully.

Parameters
facethe face that has been loaded
faceImagesthe face images instance that has been loaded

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