Class FormDataResponseCommand

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

public class FormDataResponseCommand extends Object implements MenuCommand
This command represents the form data response that is sent from the device to the remote. It is normally sent in bin format and contains the XML definition of a mobile form.
  • Constructor Details

    • FormDataResponseCommand

      public FormDataResponseCommand(String formData)
  • Method Details