Interface InputRequest

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaseInputRequest, InputConfirm, InputFile, InputMessage, InputPassword, InputText

public interface InputRequest extends Serializable
Provides an input.
Author:
rob
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The property set by this request.
    void
    Render the input request with the given medium.
  • Method Details

    • render

      void render(InputMedium medium)
      Render the input request with the given medium.
      Parameters:
      medium - The medium. Never null.
    • getProperty

      String getProperty()
      The property set by this request. May be null i.e. InputMessage.
      Returns:
      The property. May be null.