Class RewardSucceedNotificationListener

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

    public class RewardSucceedNotificationListener
    extends org.exoplatform.services.listener.Listener<org.exoplatform.wallet.model.reward.RewardReport,​Object>
    A listener that is triggered when rewards has been successfully sent. This will send notifications about final reward report.
    • Constructor Detail

      • RewardSucceedNotificationListener

        public RewardSucceedNotificationListener​(org.exoplatform.container.PortalContainer container)
    • Method Detail

      • onEvent

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