public static final class UpdatePasswordCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.password.internal.rpc.UpdatePassword.Response>
UpdatePasswordCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.password.internal.rpc.UpdatePassword.Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ignore()
Tells the browser not to update the password for this login.
|
void |
update()
Tells the browser to update the password for this login
in the password store.
|
isClosed