Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.faces.AskfaceQueue Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.faces.AskfaceQueue:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.faces.AskfaceQueue:
Collaboration graph

Public Member Functions

void addFaceReceivedListener (@NotNull AskfaceFaceQueueListener listener)
 
void sendAskface (int faceNum)
 

Detailed Description

Interface for classes that allow sending "askface" commands.

Author
Andreas Kirschbaum

Definition at line 31 of file AskfaceQueue.java.

Member Function Documentation

◆ addFaceReceivedListener()

void com.realtime.crossfire.jxclient.faces.AskfaceQueue.addFaceReceivedListener ( @NotNull AskfaceFaceQueueListener  listener)

Registers a listener to be called whenever a face has been received.

Parameters
listenerthe listener

Implemented in com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection, and com.realtime.crossfire.jxclient.server.crossfire.TestCrossfireServerConnection.

Referenced by com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue.AskfaceFaceQueue().

Here is the caller graph for this function:

◆ sendAskface()

void com.realtime.crossfire.jxclient.faces.AskfaceQueue.sendAskface ( int  faceNum)

Sends an "askface" command.

Parameters
faceNumthe face number to request

Implemented in com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection, and com.realtime.crossfire.jxclient.server.crossfire.TestCrossfireServerConnection.

Referenced by com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue.sendAskface().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: