Class FormGetNamesRequestCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.FormGetNamesRequestCommand
- All Implemented Interfaces:
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
-
getCriteria
-
getCommandType
Description copied from interface:MenuCommandThe type of message received.- Specified by:
getCommandTypein interfaceMenuCommand- Returns:
- the command type
-
equals
-
hashCode
public int hashCode() -
toString
-