Class UpdateUserDataProfileCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.user.internal.rpc.UpdateUserDataProfile.Response>
com.teamdev.jxbrowser.browser.callback.UpdateUserDataProfileCallback.Action
- Enclosing interface:
- UpdateUserDataProfileCallback
public static final class UpdateUserDataProfileCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.user.internal.rpc.UpdateUserDataProfile.Response>
An action providing a response to the
SaveUserDataProfileCallback.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecline()Tells the browser to decline to update the user data profile.voidupdate()Tells the browser to update the user data profile in the user data store.Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
public Action(Consumer<com.teamdev.jxbrowser.user.internal.rpc.UpdateUserDataProfile.Response> consumer)
-
-
Method Details
-
update
public void update()Tells the browser to update the user data profile in the user data store. -
decline
public void decline()Tells the browser to decline to update the user data profile.
-