public interface UpdatableAlert extends Alert
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Returns the current text of the alert.
|
void |
setText(java.lang.String text)
Update the text displayed by the Alert.
|
void setText(java.lang.String text)
text
- New text of alert.java.lang.String getText()