Package me.totalfreedom.economy
Interface Transactor
public interface Transactor
A class that implements the completion of transactions.
-
Method Summary
Modifier and TypeMethodDescriptionhandleTransaction(MutableTransaction transaction) Processes a transaction
-
Method Details
-
handleTransaction
Processes a transaction- Parameters:
transaction- the transaction to process- Returns:
- the completed transaction
-