public static interface DefaultMDIDialogBuilder.DialogListener
Modifier and Type | Method and Description |
---|---|
default void |
apply()
Fired if the user validates the dialog.
|
default void |
cancel()
Fired if the user cancels the dialog.
|
default void |
print(java.io.File file)
Fired if the user print the dialog content.
|