Package docking.widgets.dialogs
Interface InputDialogListener
-
public interface InputDialogListener
Listener that is notified when the OK button is hit on the input dialog.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
inputIsValid(InputDialog dialog)
Return whether the input is accepted.
-
-
-
Method Detail
-
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.
-
-