Uses of Interface
com.silverpeas.notification.NotificationSubscriber

Packages that use NotificationSubscriber
com.silverpeas.comment.service   
com.silverpeas.comment.service.notification   
com.silverpeas.notification Provides an API for pusblishing and for receiving notifications about some topics. 
com.silverpeas.notification.jms The JMS adapter of the Silverpeas Notification API. 
com.silverpeas.pdc.service   
com.silverpeas.personalization.notification   
com.silverpeas.sharing.control   
 

Uses of NotificationSubscriber in com.silverpeas.comment.service
 

Classes in com.silverpeas.comment.service that implement NotificationSubscriber
 class CommentActionListener
          A Listener of actions on comments.
 

Uses of NotificationSubscriber in com.silverpeas.comment.service.notification
 

Classes in com.silverpeas.comment.service.notification that implement NotificationSubscriber
 class DefaultCommentUserNotificationService
          The default implementation of the user notification about events on the comments.
 

Uses of NotificationSubscriber in com.silverpeas.notification
 

Classes in com.silverpeas.notification that implement NotificationSubscriber
 class DefaultNotificationSubscriber
          It is the default implementation of the NotificationSubscriber interface.
 

Methods in com.silverpeas.notification with parameters of type NotificationSubscriber
 void MessageSubscribingService.subscribe(NotificationSubscriber listener, NotificationTopic onTopic)
          Subscribes the specified notification listener on the specified topic.
 void MessageSubscribingService.unsubscribe(NotificationSubscriber listener, NotificationTopic fromTopic)
          Unsubscribes the specified notification listener from the specified topic.
 

Uses of NotificationSubscriber in com.silverpeas.notification.jms
 

Methods in com.silverpeas.notification.jms with parameters of type NotificationSubscriber
static SilverpeasMessageListener SilverpeasMessageListener.mapMessageListenerTo(NotificationSubscriber theSubscriber)
          Maps a JMS message listener to the specified event subscriber.
 void JMSSubscribingService.subscribe(NotificationSubscriber subscriber, NotificationTopic onTopic)
           
 void JMSSubscribingService.unsubscribe(NotificationSubscriber subscriber, NotificationTopic fromTopic)
           
 

Uses of NotificationSubscriber in com.silverpeas.pdc.service
 

Classes in com.silverpeas.pdc.service that implement NotificationSubscriber
 class PdcNotificationListener
          Listener of notifications about some events that can have an impact on the PdC or on the classification on the PdC.
 

Uses of NotificationSubscriber in com.silverpeas.personalization.notification
 

Classes in com.silverpeas.personalization.notification that implement NotificationSubscriber
 class PersonalizationNotificationListener
          Listener of notifications about some events that can have an impact on the user preferences.
 

Uses of NotificationSubscriber in com.silverpeas.sharing.control
 

Classes in com.silverpeas.sharing.control that implement NotificationSubscriber
 class AttachmentSharingListener
           
 class NodeSharingListener
           
 class PublicationSharingListener
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.