Modifier and Type | Method and Description |
---|---|
TransactionResponse |
CashCreeperCommonProxy.makeTransaction(java.lang.String fromAccountName,
java.lang.String toAccountName,
int amount,
java.lang.String description,
java.lang.String itemID,
int quantity)
Attempts to perform a symmetric transaction.
|
TransactionResponse |
CashCreeper.makeTransaction(java.lang.String fromAccountName,
java.lang.String toAccountName,
int amount,
java.lang.String description,
java.lang.String itemID,
int quantity)
Attempts to perform a symmetric transaction.
|
TransactionResponse |
CashCreeperCommonProxy.makeTransaction(java.lang.String fromAccountName,
java.lang.String toAccountName,
java.lang.String description,
int amount)
Use this method to perform a cash only transaction
|
TransactionResponse |
CashCreeper.makeTransaction(java.lang.String fromAccountName,
java.lang.String toAccountName,
java.lang.String description,
int amount)
Use this method to perform a cash only transaction
|
TransactionResponse |
CashCreeperCommonProxy.makeTransaction(TransactionEvent e)
Attempts to perform a transaction.
|
TransactionResponse |
CashCreeper.makeTransaction(TransactionEvent e)
Attempts to perform a transaction.
|
TransactionResponse |
TransactionListenerInterface.notifyTransaction(TransactionEvent e) |