public final class DefaultUpdateUserDataProfileCallback extends DefaultCallback implements UpdateUserDataProfileCallback
UpdateUserDataProfileCallback
implementation that shows a bubble that
allows the user to update the user data profile: city, state, street, zip code, email
address, etc.UpdateUserDataProfileCallback.Action, UpdateUserDataProfileCallback.Params
Constructor and Description |
---|
DefaultUpdateUserDataProfileCallback(BrowserView parent) |
Modifier and Type | Method and Description |
---|---|
void |
on(UpdateUserDataProfileCallback.Params params,
UpdateUserDataProfileCallback.Action tell)
Invoked when the callback needs a response for the given callback parameters.
|
public DefaultUpdateUserDataProfileCallback(BrowserView parent)
public void on(UpdateUserDataProfileCallback.Params params, UpdateUserDataProfileCallback.Action tell)
AsyncCallback
on
in interface AsyncCallback<UpdateUserDataProfileCallback.Params,UpdateUserDataProfileCallback.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