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