public interface

PMListTransListener

com.paymill.android.listener.PMListTransListener
Known Indirect Subclasses

Class Overview

Implement this interface in your UI to be kept informed, when the list of of transactions has been retrieved.

Summary

Public Methods
abstract void onListTransactions(Collection<Transaction> transactions)
Called on successful retrieval.
abstract void onListTransactionsFailed(PMError error)
Called on unsuccessful retrieval.

Public Methods

public abstract void onListTransactions (Collection<Transaction> transactions)

Called on successful retrieval. You will receive the callback on the main thread.

Parameters
transactions the not yet consumed transactions.

public abstract void onListTransactionsFailed (PMError error)

Called on unsuccessful retrieval. You will receive the callback on the main thread.

Parameters
error the cause of the failure