com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireFaceListener


public interface CrossfireFaceListener

Interface for listeners interested in "face1"/"face2" commands.


Method Summary
 void faceReceived(int faceNum, int faceSetNum, int faceChecksum, java.lang.String faceName)
          A face command has been received.
 

Method Detail

faceReceived

void faceReceived(int faceNum,
                  int faceSetNum,
                  int faceChecksum,
                  @NotNull
                  java.lang.String faceName)
A face command has been received.

Parameters:
faceNum - the face ID
faceSetNum - the face set
faceChecksum - the face checksum
faceName - the face name