Interface NewCharacterInformationListener

All Superinterfaces:
EventListener

public interface NewCharacterInformationListener extends EventListener
Interface for listeners interested in NewCharacterInformation related events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    classInfoChanged(@NotNull String className)
    Called whenever information of a class may have changed.
    void
    Called whenever the class list may have changed.
    void
    raceInfoChanged(@NotNull String raceName)
    Called whenever information of a race may have changed.
    void
    Called whenever the race list may have changed.
    void
    startingMapInfoChanged(@NotNull String startingMapName)
    Called whenever information of a starting map may have changed.
    void
    Called whenever the starting map list may have changed.
  • Method Details

    • classListChanged

      void classListChanged()
      Called whenever the class list may have changed.
    • classInfoChanged

      void classInfoChanged(@NotNull @NotNull String className)
      Called whenever information of a class may have changed.
      Parameters:
      className - the name of the class that may have changed
    • raceListChanged

      void raceListChanged()
      Called whenever the race list may have changed.
    • raceInfoChanged

      void raceInfoChanged(@NotNull @NotNull String raceName)
      Called whenever information of a race may have changed.
      Parameters:
      raceName - the name of the race that may have changed
    • startingMapListChanged

      void startingMapListChanged()
      Called whenever the starting map list may have changed.
    • startingMapInfoChanged

      void startingMapInfoChanged(@NotNull @NotNull String startingMapName)
      Called whenever information of a starting map may have changed.
      Parameters:
      startingMapName - the name of the starting map that may have changed