com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireUpdateFaceListener


public interface CrossfireUpdateFaceListener

Listener to be notified of updated face information.


Method Summary
 void updateFace(int faceNum, int faceSetNum, java.nio.ByteBuffer packet)
          Notifies that face information has been received from the Crossfire server.
 

Method Detail

updateFace

void updateFace(int faceNum,
                int faceSetNum,
                @NotNull
                java.nio.ByteBuffer packet)
Notifies that face information has been received from the Crossfire server.

Parameters:
faceNum - the face ID
faceSetNum - the face set
packet - the packet data; must not be changed