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,org.exoplatform.services.listener.ListenerBase<Object,org.exoplatform.wallet.model.transaction.TransactionDetail>
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 send notifications to all involved wallets wallets
but Admin/Corporate wallet.
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionTransactionNotificationListener(org.exoplatform.container.PortalContainer container) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Constructor Details
-
TransactionNotificationListener
public TransactionNotificationListener(org.exoplatform.container.PortalContainer container)
-
-
Method Details