public final class DefaultUpdatePasswordCallback extends DefaultCallback implements UpdatePasswordCallback
UpdatePasswordCallback
implementation that shows a bubble that
allows the user to update a password in the password store.UpdatePasswordCallback.Action, UpdatePasswordCallback.Params
Constructor and Description |
---|
DefaultUpdatePasswordCallback(BrowserView parent) |
Modifier and Type | Method and Description |
---|---|
void |
on(UpdatePasswordCallback.Params params,
UpdatePasswordCallback.Action tell)
Invoked when the callback needs a response for the given callback parameters.
|
public DefaultUpdatePasswordCallback(BrowserView parent)
public void on(UpdatePasswordCallback.Params params, UpdatePasswordCallback.Action tell)
AsyncCallback
on
in interface AsyncCallback<UpdatePasswordCallback.Params,UpdatePasswordCallback.Action>
params
- the object that represents the callback parameterstell
- the object that can be used to provide the callback response. One of its
methods must be invoked to provide the response. Once the response has been
provided, any call to the object methods will result in the IllegalStateException