21 package com.realtime.crossfire.jxclient.server.crossfire;
24 import java.util.EventListener;
25 import org.jetbrains.annotations.NotNull;
68 void selectCharacter(@NotNull String accountName, @NotNull String characterName);
void manageAccount()
Client should display the account management dialog.
void startAccountList(@NotNull String accountName)
Starting to receive information for the list of characters in an account.
void endAccountList(final int count)
End of character information for an account.
void selectCharacter(@NotNull String accountName, @NotNull String characterName)
An character name was sent to the server.
void startPlaying()
The client should switch to playing mode.
Interface for listeners interested in account information related messages received from the Crossfir...
void addAccount(@NotNull CharacterInformation characterInformation)
Information about a character in an account was received.