Class UpdatePasswordCallback.Action

java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.password.internal.rpc.UpdatePassword.Response>
com.teamdev.jxbrowser.browser.callback.UpdatePasswordCallback.Action
Enclosing interface:
UpdatePasswordCallback

public static final class UpdatePasswordCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.password.internal.rpc.UpdatePassword.Response>
An action providing a response to the UpdatePasswordCallback.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Action(Consumer<com.teamdev.jxbrowser.password.internal.rpc.UpdatePassword.Response> consumer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tells the browser not to update the password for this login.
    void
    Tells the browser to update the password for this login in the password store.

    Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction

    isClosed

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Action

      public Action(Consumer<com.teamdev.jxbrowser.password.internal.rpc.UpdatePassword.Response> consumer)
  • Method Details

    • update

      public void update()
      Tells the browser to update the password for this login in the password store.
    • ignore

      public void ignore()
      Tells the browser not to update the password for this login.