public static interface ErrorPopupPresenter.View
Modifier and Type | Method and Description |
---|---|
void |
showMessage(String msg,
Command afterShow,
Command afterClose)
Displays the given message in a modal dialog that sits above all other workbench components.
|
void showMessage(String msg, Command afterShow, Command afterClose)
msg
- The message to display as plain text. Not HTML; newlines should be rendered as newlines.afterShow
- The command to invoke once the dialog has been displayed. Never null.afterClose
- The command to invoke once the dialog has been closed. Never null.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.