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 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.