Class TransactionMinedListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<Object,Map<String,Object>>
org.exoplatform.wallet.blockchain.listener.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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.exoplatform.services.listener.Event<Object,Map<String,Object>> event)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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