Package org.exoplatform.wallet.listener
Class TransactionNotificationListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<Object,org.exoplatform.wallet.model.transaction.TransactionDetail>
-
- org.exoplatform.wallet.listener.TransactionNotificationListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TransactionNotificationListener extends org.exoplatform.services.listener.Listener<Object,org.exoplatform.wallet.model.transaction.TransactionDetail>
A listener that is triggered when a watched transaction by the addon is mined on blockchain. This will mark the transaction as not pending in internal database and send notifications.
-
-
Constructor Summary
Constructors Constructor Description TransactionNotificationListener(org.exoplatform.container.PortalContainer container)
-
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)
-