com.realtime.crossfire.jxclient.faces
Interface FaceQueueListener


public interface FaceQueueListener

Interface for listeners interested in FaceQueue events.


Method Summary
 void faceFailed(Face face)
          Called after a Face could not be loaded.
 void faceLoaded(Face face, FaceImages faceImages)
          Called after a Face has been loaded successfully.
 

Method Detail

faceFailed

void faceFailed(@NotNull
                Face face)
Called after a Face could not be loaded.

Parameters:
face - the face that has failed to load

faceLoaded

void faceLoaded(@NotNull
                Face face,
                @NotNull
                FaceImages faceImages)
Called after a Face has been loaded successfully.

Parameters:
face - the face that has been loaded
faceImages - the face images instance that has been loaded