Class FormGetNamesRequestCommand

java.lang.Object
com.thecoderscorner.menu.remote.commands.FormGetNamesRequestCommand
All Implemented Interfaces:
MenuCommand

public class FormGetNamesRequestCommand extends Object implements MenuCommand
Gets the names of all the forms that were compiled into the embedded application ahead of time. When this request is made the server immediately responds with a FormGetNamesResponseCommand.
  • Constructor Details

    • FormGetNamesRequestCommand

      public FormGetNamesRequestCommand()
  • Method Details