Class TransactionMinedListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<Object,Map<String, Object>>
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(io.meeds.wallet.service.WalletAccountService accountService, io.meeds.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.services.listener.ListenerService listenerService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Constructor Details
-
TransactionMinedListener
public TransactionMinedListener(io.meeds.wallet.service.WalletAccountService accountService, io.meeds.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.services.listener.ListenerService listenerService)
-
-
Method Details