Crossfire JXClient, Trunk
AskfaceFaceQueueListener.java
Go to the documentation of this file.
1 package com.realtime.crossfire.jxclient.faces;
2 
3 import java.util.EventListener;
4 import org.jetbrains.annotations.NotNull;
5 
10 public interface AskfaceFaceQueueListener extends EventListener {
11 
18  void faceReceived(int faceNum, int faceSetNum, byte @NotNull [] data);
19 
20 }
com.realtime.crossfire.jxclient.faces.AskfaceFaceQueueListener.faceReceived
void faceReceived(int faceNum, int faceSetNum, byte @NotNull[] data)
com.realtime.crossfire.jxclient.faces.AskfaceFaceQueueListener
Definition: AskfaceFaceQueueListener.java:10