Interface ComboBoxClientRpc

  • All Superinterfaces:
    ClientRpc, Serializable

    public interface ComboBoxClientRpc
    extends ClientRpc
    Server to client RPC interface for ComboBox.
    Since:
    8.3.1
    • Method Detail

      • newItemNotAdded

        void newItemNotAdded​(String itemValue)
        Signal the client that attempt to add a new item failed.
        Parameters:
        itemValue - user entered string value for the new item