public static final class UpdateUserDataProfileCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.user.internal.rpc.UpdateUserDataProfile.Response>
SaveUserDataProfileCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.user.internal.rpc.UpdateUserDataProfile.Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
decline()
Tells the browser to decline to update the user data profile.
|
void |
update()
Tells the browser to update the user data profile in the user data store.
|
isClosedpublic Action(java.util.function.Consumer<com.teamdev.jxbrowser.user.internal.rpc.UpdateUserDataProfile.Response> consumer)
public void update()
public void decline()