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

Public Member Functions

void commandDrawextinfoReceived (int color, int type, int subtype, @NotNull String message)
 
void setDebugMode (boolean printMessageTypes)
 

Detailed Description

Interface for listeners interested in drawextinfo messages received from the Crossfire server.

Author
Lauwenmark

Definition at line 33 of file CrossfireDrawextinfoListener.java.

Member Function Documentation

◆ commandDrawextinfoReceived()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawextinfoListener.commandDrawextinfoReceived ( int  color,
int  type,
int  subtype,
@NotNull String  message 
)

A drawextinfo message has been received.

Parameters
colorthe message color
typethe message type
subtypethe message subtype
messagethe message

◆ setDebugMode()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawextinfoListener.setDebugMode ( boolean  printMessageTypes)

Enables or disables printing of message types.

Parameters
printMessageTypeswhether to enable or disable message types

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