Class PwaSubscriptionListener

java.lang.Object
io.meeds.pwa.plugin.analytics.BasePwaStatisticCollector
io.meeds.pwa.plugin.analytics.PwaSubscriptionListener
All Implemented Interfaces:
org.exoplatform.services.listener.ListenerBase<String,io.meeds.pwa.model.UserPushSubscription>

@Component public class PwaSubscriptionListener extends BasePwaStatisticCollector implements org.exoplatform.services.listener.ListenerBase<String,io.meeds.pwa.model.UserPushSubscription>
  • Constructor Details

    • PwaSubscriptionListener

      public PwaSubscriptionListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • onEvent

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