public interface AlertCallback extends BrowserAsyncCallback<AlertCallback.Params,AlertCallback.Action>
AlertCallback.Params
.
Use the AlertCallback.Action.ok()
method to tell browser that the alert dialog was closed.
Please note that it is not necessary to display a dialog in this callback.
If the callback throws an exception, the AlertCallback.Action.ok()
method will be invoked.
Modifier and Type | Interface and Description |
---|---|
static class |
AlertCallback.Action
An action providing a response to the
AlertCallback . |
static interface |
AlertCallback.Params
The parameters of the
AlertCallback . |
on