Class PwaNotificationReceivedListener

java.lang.Object
io.meeds.pwa.plugin.analytics.BasePwaStatisticCollector
io.meeds.pwa.plugin.analytics.PwaNotificationReceivedListener
All Implemented Interfaces:
org.exoplatform.services.listener.ListenerBase<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo>

@Component public class PwaNotificationReceivedListener extends BasePwaStatisticCollector implements org.exoplatform.services.listener.ListenerBase<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo>
  • Constructor Details

    • PwaNotificationReceivedListener

      public PwaNotificationReceivedListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo> event) throws Exception
      Specified by:
      onEvent in interface org.exoplatform.services.listener.ListenerBase<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo>
      Throws:
      Exception