public interface NewCharacterInformationListener
extends java.util.EventListener
NewCharacterInformation
related
events.Modifier and Type | Method and Description |
---|---|
void |
classInfoChanged(@NotNull java.lang.String className)
Called whenever information of a class may have changed.
|
void |
classListChanged()
Called whenever the class list may have changed.
|
void |
raceInfoChanged(@NotNull java.lang.String raceName)
Called whenever information of a race may have changed.
|
void |
raceListChanged()
Called whenever the race list may have changed.
|
void |
startingMapInfoChanged(@NotNull java.lang.String startingMapName)
Called whenever information of a starting map may have changed.
|
void |
startingMapListChanged()
Called whenever the starting map list may have changed.
|
void classListChanged()
void classInfoChanged(@NotNull @NotNull java.lang.String className)
className
- the name of the class that may have changedvoid raceListChanged()
void raceInfoChanged(@NotNull @NotNull java.lang.String raceName)
raceName
- the name of the race that may have changedvoid startingMapListChanged()
void startingMapInfoChanged(@NotNull @NotNull java.lang.String startingMapName)
startingMapName
- the name of the starting map that may have
changed