Table of Contents

Interface ITopicNotificationListener

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly
Diffusion.Client.dll

The listener for topic notifications.

public interface ITopicNotificationListener : IStream, ICallback
Inherited Members

Methods

OnDescendantNotification(string, NotificationType)

Notification for an immediate descendant of a selected topic path.

void OnDescendantNotification(string topicPath, NotificationType type)

Parameters

topicPath string

The path of the immediate descendant that is not selected.

type NotificationType

The type of notification.

Remarks

This notifies the presence or absence of a descendant topic that may subsequently be explicitly selected.

OnTopicNotification(string, ITopicSpecification, NotificationType)

Notification for a selected topic.

void OnTopicNotification(string topicPath, ITopicSpecification specification, NotificationType type)

Parameters

topicPath string

The path of the topic that this notification is for.

specification ITopicSpecification

The specification of the topic that this notification is for.

type NotificationType

The type of notification.