Class SaveUserDataProfileCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.user.internal.rpc.SaveUserDataProfile.Response>
com.teamdev.jxbrowser.browser.callback.SaveUserDataProfileCallback.Action
- Enclosing interface:
- SaveUserDataProfileCallback
public static final class SaveUserDataProfileCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.user.internal.rpc.SaveUserDataProfile.Response>
An action providing a response to the
SaveUserDataProfileCallback
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decline()
Tells the browser to decline to save the user data profile.void
save()
Tells the browser to save the user data profile to 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.SaveUserDataProfile.Response> consumer)
-
-
Method Details
-
save
public void save()Tells the browser to save the user data profile to the user data store. -
decline
public void decline()Tells the browser to decline to save the user data profile.
-