Interface InputDialogListener


public interface InputDialogListener
Listener that is notified when the OK button is hit on the input dialog.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return whether the input is accepted.
  • Method Details

    • inputIsValid

      boolean inputIsValid(InputDialog dialog)
      Return whether the input is accepted.
      Returns:
      true if the input is valid; the dialog will be popped down; false means that the dialog will remain displayed.