public static final class SaveCreditCardCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.card.internal.rpc.SaveCreditCard.Response>
SaveCreditCardCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.card.internal.rpc.SaveCreditCard.Response> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
decline()
Tells the browser to decline to save the credit card.
|
void |
save()
Tells the browser to save the credit card to the credit card
store.
|
isClosed
public Action(java.util.function.Consumer<com.teamdev.jxbrowser.card.internal.rpc.SaveCreditCard.Response> consumer)
public void save()
public void decline()