Interface INoticeBoardMenuProvider

    • Method Detail

      • createMenuEntries

        java.util.LinkedHashSet<NoticeBoardMenuEntry> createMenuEntries​(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX proxy,
                                                                        ENoticeBoardType type)
        Create a list of menu entries approypriate forthe type based on the city player proxy object.
        Parameters:
        proxy - city proxy
        type - of the dialog in cas further distintion is needed.
        Returns:
        set containing the NoticeBoardMenuEntrys.