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

Public Member Functions

void addAccount (@NotNull CharacterInformation characterInformation)
 
void endAccountList (final int count)
 
void manageAccount ()
 
void selectCharacter (@NotNull String accountName, @NotNull String characterName)
 
void startAccountList (@NotNull String accountName)
 
void startPlaying ()
 

Detailed Description

Interface for listeners interested in account information related messages received from the Crossfire server.

Author
Nicolas Weeger

Definition at line 34 of file CrossfireAccountListener.java.

Member Function Documentation

◆ addAccount()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener.addAccount ( @NotNull CharacterInformation  characterInformation)

Information about a character in an account was received.

Parameters
characterInformationthe account information

◆ endAccountList()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener.endAccountList ( final int  count)

End of character information for an account.

Parameters
counthow many characters the account has

◆ manageAccount()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener.manageAccount ( )

Client should display the account management dialog.

◆ selectCharacter()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener.selectCharacter ( @NotNull String  accountName,
@NotNull String  characterName 
)

A character name was sent to the server.

Parameters
accountNamethe account name
characterNamethe character name

◆ startAccountList()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener.startAccountList ( @NotNull String  accountName)

Starting to receive information for the list of characters in an account.

Parameters
accountNamethe account name

◆ startPlaying()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener.startPlaying ( )

The client should switch to playing mode.


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