Interface SelectionUI
- All Known Implementing Classes:
DefaultSelectionUI
public interface SelectionUI
Prodrivers Commons Section Selection UI
Section Manager allows to open a selection UI for a section. Implements this class to specify a default implementation or custom UI for a section.
Used default implementation can be changed in configuration.
-
Method Summary
-
Method Details
-
ui
Opens a selection UI for a specific section. If you return this as a custom UI for one or several sections, you are guaranteed to only be called for those sections.- Parameters:
section
- Section to open UI forplayer
- Player that opened the selection UI
-