Interface DialogDefinition
- All Superinterfaces:
Dialog, DialogLike
- All Known Implementing Classes:
ConfirmationDialog, DialogListDialog, MultiActionDialog, NoticeDialog, ServerLinksDialog
public sealed interface DialogDefinition
extends Dialog
permits NoticeDialog, ConfirmationDialog, MultiActionDialog, ServerLinksDialog, DialogListDialog
-
Method Summary
Modifier and TypeMethodDescriptionbase()Returns the title, contents and behaviour shared by every dialog type.
-
Method Details
-
base
DialogBase base()Returns the title, contents and behaviour shared by every dialog type.- Returns:
- the title, contents and behaviour shared by every dialog type
- Since:
- 0.1.0
-