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

      Constructors 
      Constructor Description
      TransactionMinedListener​(org.exoplatform.wallet.service.WalletAccountService accountService, org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.services.listener.ListenerService listenerService)  
    • Constructor Detail

      • TransactionMinedListener

        public TransactionMinedListener​(org.exoplatform.wallet.service.WalletAccountService accountService,
                                        org.exoplatform.wallet.service.WalletTransactionService walletTransactionService,
                                        org.exoplatform.services.listener.ListenerService listenerService)