public interface FaceQueueListener
extends java.util.EventListener
FaceQueue
events.Modifier and Type | Method and Description |
---|---|
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. |
void faceLoaded(@NotNull @NotNull Face face, @NotNull @NotNull FaceImages faceImages)
Face
has been loaded successfully.face
- the face that has been loadedfaceImages
- the face images instance that has been loaded