Class TransactionMinedAndUpdatedListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<Object,org.exoplatform.wallet.model.transaction.TransactionDetail>
-
- org.exoplatform.wallet.blockchain.listener.TransactionMinedAndUpdatedListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TransactionMinedAndUpdatedListener extends org.exoplatform.services.listener.Listener<Object,org.exoplatform.wallet.model.transaction.TransactionDetail>
-
-
Constructor Summary
Constructors Constructor Description TransactionMinedAndUpdatedListener(org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, EthereumClientConnector web3jConnector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<Object,org.exoplatform.wallet.model.transaction.TransactionDetail> event)
-
-
-
Constructor Detail
-
TransactionMinedAndUpdatedListener
public TransactionMinedAndUpdatedListener(org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, EthereumClientConnector web3jConnector)
-
-