Class RewardSucceedNotificationListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.exoplatform.wallet.model.reward.RewardReport,Object>
-
- org.exoplatform.wallet.reward.listener.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 Summary
Constructors Constructor Description RewardSucceedNotificationListener(org.exoplatform.container.PortalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.wallet.model.reward.RewardReport,Object> event)
-