Class TransactionSentToBlockchainListener
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.TransactionSentToBlockchainListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TransactionSentToBlockchainListener
extends org.exoplatform.services.listener.Listener<Object,org.exoplatform.wallet.model.transaction.TransactionDetail>
A listener that will be triggered when a transaction is effectively sent to
blockchain through internal or external wallet provider
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionTransactionSentToBlockchainListener(org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.wallet.service.BlockchainTransactionService blockchainTransactionService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
TransactionSentToBlockchainListener
public TransactionSentToBlockchainListener(org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, org.exoplatform.wallet.service.BlockchainTransactionService blockchainTransactionService)
-
-
Method Details
-
onEvent
-