public interface CompletionUserRequestWaiter
| Modifier and Type | Method and Description |
|---|---|
void |
onAccountChange(AccountChangeInternalEvent curEvent) |
void |
onAccountCreation(AccountCreationInternalEvent curEvent) |
void |
onBlockingState(BlockingTransitionInternalEvent curEvent) |
void |
onEmptyInvoice(NullInvoiceInternalEvent curEvent) |
void |
onInvoiceCreation(InvoiceCreationInternalEvent curEvent) |
void |
onInvoicePaymentError(InvoicePaymentErrorInternalEvent curEvent) |
void |
onInvoicePaymentInfo(InvoicePaymentInfoInternalEvent curEvent) |
void |
onPaymentError(PaymentErrorInternalEvent curEvent) |
void |
onPaymentInfo(PaymentInfoInternalEvent curEvent) |
void |
onPaymentPluginError(PaymentPluginErrorInternalEvent curEvent) |
void |
onSubscriptionBaseTransition(EffectiveSubscriptionInternalEvent curEvent) |
java.util.List<BusInternalEvent> |
waitForCompletion(long timeoutMilliSec) |
java.util.List<BusInternalEvent> waitForCompletion(long timeoutMilliSec) throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
java.lang.InterruptedExceptionjava.util.concurrent.TimeoutExceptionvoid onAccountCreation(AccountCreationInternalEvent curEvent)
void onAccountChange(AccountChangeInternalEvent curEvent)
void onSubscriptionBaseTransition(EffectiveSubscriptionInternalEvent curEvent)
void onBlockingState(BlockingTransitionInternalEvent curEvent)
void onInvoiceCreation(InvoiceCreationInternalEvent curEvent)
void onEmptyInvoice(NullInvoiceInternalEvent curEvent)
void onPaymentInfo(PaymentInfoInternalEvent curEvent)
void onPaymentError(PaymentErrorInternalEvent curEvent)
void onPaymentPluginError(PaymentPluginErrorInternalEvent curEvent)
void onInvoicePaymentInfo(InvoicePaymentInfoInternalEvent curEvent)
void onInvoicePaymentError(InvoicePaymentErrorInternalEvent curEvent)
Copyright © 2010-2020. All Rights Reserved.