|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransactionControllerCallback
Interface that allows for the result of an ITransactionController
operation to be returned asynchnously.
Method Summary | |
---|---|
void |
onCardDetected()
Called to inform the application that a CM has been detected, i.e. |
void |
onComplete(Outcome outcome)
Called when an operation has completed. |
void |
onErrorRetrying(Outcome outcome)
Called to inform the application that a recoverable error has occurred and the RTD Transaction Controller is retrying the operation |
void |
onQueryComplete(ResponseMessage status)
Called when a query operation completed successfully. |
void |
onRequestAccepted(String requestId)
Called to inform the application that the request has been initiated successfully with the RTD SERVER, also informs the application of the unique Request ID |
Method Detail |
---|
void onCardDetected()
void onRequestAccepted(String requestId)
requestId
- ID of the requestvoid onErrorRetrying(Outcome outcome)
outcome
- Details about the error that occurredvoid onComplete(Outcome outcome)
outcome
- Details of the outcome of the operationvoid onQueryComplete(ResponseMessage status)
If the operation failed, onComplete(Outcome)
will be called
status
- The result of the query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |