public interface CrossfireAccountListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
addAccount(@NotNull com.realtime.crossfire.jxclient.account.CharacterInformation characterInformation)
Information about a character in an account was received.
|
void |
endAccountList(int count)
End of character information for an account.
|
void |
manageAccount()
Client should display the account management dialog.
|
void |
selectCharacter(@NotNull java.lang.String accountName,
@NotNull java.lang.String characterName)
An character name was sent to the server.
|
void |
startAccountList(@NotNull java.lang.String accountName)
Starting to receive information for the list of characters in an
account.
|
void |
startPlaying()
The client should switch to playing mode.
|
void manageAccount()
void startAccountList(@NotNull @NotNull java.lang.String accountName)
accountName
- the account namevoid addAccount(@NotNull @NotNull com.realtime.crossfire.jxclient.account.CharacterInformation characterInformation)
characterInformation
- the account informationvoid endAccountList(int count)
count
- how many characters the account has.void startPlaying()
void selectCharacter(@NotNull @NotNull java.lang.String accountName, @NotNull @NotNull java.lang.String characterName)
accountName
- the account namecharacterName
- the character name