Class LoadAllCharactersCommand

All Implemented Interfaces:
DBCommand

public class LoadAllCharactersCommand extends DBCommandWithCallback
asynchronously loads a list of all character for a user.
Author:
hendrik
  • Constructor Details

    • LoadAllCharactersCommand

      public LoadAllCharactersCommand(String username)
      Creates a new LoadCharacterCommand
      Parameters:
      username - name of account
    • LoadAllCharactersCommand

      public LoadAllCharactersCommand(String username, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
      Creates a new LoadCharacterCommand
      Parameters:
      username - name of account
      callback - DelayedEventHandler
      clientid - optional parameter available to the callback
      channel - optional parameter available to the callback
      protocolVersion - version of protocol
  • Method Details