com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireExpTableListener


public interface CrossfireExpTableListener

Interface for listeners interested in "replyinfo exp_table" responses.


Method Summary
 void expTableReceived(long[] expTable)
          An "replyinfo exp_table" command has been received.
 

Method Detail

expTableReceived

void expTableReceived(@NotNull
                      long[] expTable)
An "replyinfo exp_table" command has been received.

Parameters:
expTable - the experience table; the array must not be modified