Class TransactionMinedListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TransactionMinedListener
extends org.exoplatform.services.listener.Listener<Object,Map<String,Object>>
A listener that is triggered once a transaction is mined. It will update the
balances of user
Wallet-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionTransactionMinedListener(org.exoplatform.wallet.service.WalletAccountService accountService, org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.services.listener.ListenerService listenerService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
TransactionMinedListener
public TransactionMinedListener(org.exoplatform.wallet.service.WalletAccountService accountService, org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.services.listener.ListenerService listenerService)
-
-
Method Details