public interface TradeListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onConnectException(String outTradeNo,
long beforeCall)
On connect exception.
|
void |
onPayFailed(String outTradeNo,
long beforeCall)
On pay failed.
|
void |
onPayInProgress(String outTradeNo,
long beforeCall)
On pay in progress.
|
void |
onPayTradeSuccess(String outTradeNo,
long beforeCall)
On pay trade success.
|
void |
onReceiveException(String outTradeNo,
long beforeCall)
On receive exception.
|
void |
onSendException(String outTradeNo,
long beforeCall)
On send exception.
|
void onPayTradeSuccess(String outTradeNo, long beforeCall)
outTradeNo - the out trade nobeforeCall - the before callvoid onPayInProgress(String outTradeNo, long beforeCall)
outTradeNo - the out trade nobeforeCall - the before callvoid onPayFailed(String outTradeNo, long beforeCall)
outTradeNo - the out trade nobeforeCall - the before callvoid onConnectException(String outTradeNo, long beforeCall)
outTradeNo - the out trade nobeforeCall - the before callvoid onSendException(String outTradeNo, long beforeCall)
outTradeNo - the out trade nobeforeCall - the before callvoid onReceiveException(String outTradeNo, long beforeCall)
outTradeNo - the out trade nobeforeCall - the before callCopyright © 2018. All rights reserved.