Class WalletDeletedListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class WalletDeletedListener
    extends org.exoplatform.services.listener.Listener<org.exoplatform.wallet.model.Wallet,​String>
    This listener is triggered when a user wallet is deleted to remove all its not sent pending transactions
    • Field Summary

      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      WalletDeletedListener​(org.exoplatform.wallet.service.WalletTransactionService transactionService)  
    • Constructor Detail

      • WalletDeletedListener

        public WalletDeletedListener​(org.exoplatform.wallet.service.WalletTransactionService transactionService)
    • Method Detail

      • onEvent

        public void onEvent​(org.exoplatform.services.listener.Event<org.exoplatform.wallet.model.Wallet,​String> event)
                     throws Exception
        Specified by:
        onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.wallet.model.Wallet,​String>
        Throws:
        Exception