Interface NewCharacterInformationListener
- All Superinterfaces:
EventListener
Interface for listeners interested in
NewCharacterInformation related
events.-
Method Summary
Modifier and TypeMethodDescriptionvoidclassInfoChanged(@NotNull String className) Called whenever information of a class may have changed.voidCalled whenever the class list may have changed.voidraceInfoChanged(@NotNull String raceName) Called whenever information of a race may have changed.voidCalled whenever the race list may have changed.voidstartingMapInfoChanged(@NotNull String startingMapName) Called whenever information of a starting map may have changed.voidCalled whenever the starting map list may have changed.
-
Method Details
-
classListChanged
void classListChanged()Called whenever the class list may have changed. -
classInfoChanged
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
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
Called whenever information of a starting map may have changed.- Parameters:
startingMapName- the name of the starting map that may have changed
-